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

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 ⚡

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