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: about 1 year ago
JSON representation
A paged editor rather than a continuous block. built using slate js.
- Host: GitHub
- URL: https://github.com/usunil0/slate-paged
- Owner: usunil0
- Created: 2020-10-14T13:25:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-17T02:54:55.000Z (almost 5 years ago)
- Last Synced: 2024-10-28T16:45:30.941Z (over 1 year ago)
- Topics: document-editor, paging, slate, slatejs, wysiwyg
- Language: TypeScript
- Homepage: https://slate-paged-demo.vercel.app
- Size: 306 KB
- Stars: 46
- Watchers: 6
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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).