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/
- Host: GitHub
- URL: https://github.com/huauauaa/editor
- Owner: Huauauaa
- Created: 2021-05-28T02:25:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-03T10:00:40.000Z (over 4 years ago)
- Last Synced: 2025-05-31T16:49:14.373Z (4 months ago)
- Topics: braft-editor, quill, wangeditor
- Language: JavaScript
- Homepage:
- Size: 412 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`