Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/usunil0/slate-paged
- Owner: usunil0
- Created: 2020-10-14T13:25:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-17T02:54:55.000Z (about 3 years ago)
- Last Synced: 2024-08-01T06:22:31.787Z (3 months ago)
- Topics: document-editor, paging, slate, slatejs, wysiwyg
- Language: TypeScript
- Homepage: https://slate-paged-demo.vercel.app
- Size: 306 KB
- Stars: 45
- 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/slatedone:
basic editor setup
basic functionalities
figure out the nodes length and pagingTODO:
testing and yea the page is breaking in some conditions need to figure out## Getting Started
after `yarn dev` visit http://localhost:3000 for notesThis 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).