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

https://github.com/huauauaa/editor

https://huauauaa.github.io/editor/
https://github.com/huauauaa/editor

braft-editor quill wangeditor

Last synced: 2 months ago
JSON representation

https://huauauaa.github.io/editor/

Awesome Lists containing this project

README

          

# editor

- [wangeditor](https://github.com/wangeditor-team/wangEditor/)
- [quill](https://quilljs.com/)
- [react-quill](https://github.com/zenoamaro/react-quill)
- [braft-editor](https://www.yuque.com/braft-editor/be/qg394y)
- [draftjs](https://draftjs.org/)
- [slate](https://github.com/ianstormtaylor/slate)

## TODO

- slate examples

## Problems

### braft-editor

1. `global is undefined`

```

const global = globalThis;

```

2. `findDOMNode is deprecated in StrictMode`