https://github.com/nora-soderlund/edithor
Minimalistic Rich Text Editor for React ⚡
https://github.com/nora-soderlund/edithor
Last synced: 10 months ago
JSON representation
Minimalistic Rich Text Editor for React ⚡
- Host: GitHub
- URL: https://github.com/nora-soderlund/edithor
- Owner: nora-soderlund
- Archived: true
- Created: 2023-01-12T18:35:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T11:38:29.000Z (over 3 years ago)
- Last Synced: 2024-12-14T18:13:35.230Z (over 1 year ago)
- Size: 33.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Edithor
`Edithor` is a minimalistic rich text editor for React. This project is created as a potential replacement for Draft.js on our [Programmer Network](https://programmer.network), and also as an excuse to build a full rich text editing experience from scratch.
This repository is by no means stable, and you should feel discouraged to use the code for anything other then learning. If you would like to help out with the project and team up, reach out.
## Progress
This is a relatively new project and it might take a while until something is out there ready to be used. I will make sure to keep the progress updated.
- [ ] Research
- [ ] Document Structure
- [ ] Text Nodes
- [ ] Blocks
- [ ] Selection API
- [ ] Serializer
- [ ] Deserializer