Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/usunil0/slate-paged

A paged editor rather than a continuous block. built using slate js.
https://github.com/usunil0/slate-paged

document-editor paging slate slatejs wysiwyg

Last synced: 16 days ago
JSON representation

A paged editor rather than a continuous block. built using slate js.

Awesome Lists containing this project

README

        

**_work in progress_**

A try to make slate js paged.

demo : https://slate-paged-demo.vercel.app

slate:
https://github.com/ianstormtaylor/slate

done:
basic editor setup
basic functionalities
figure out the nodes length and paging

TODO:
testing and yea the page is breaking in some conditions need to figure out

## Getting Started
after `yarn dev` visit http://localhost:3000 for notes

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).