medium like react tapable editor
npm install react-tapable-editor_A pluginable, intuitive medium/notion like rich text editor_
The original idea is to build an easy used rich text editor. react-tapable-editor is built on draft-js, and its plugin system is besed on tapable which is famous as the engine of webpack.
- [x] header
- [x] quotation
- [x] list
- [x] quotation
!gif
#### code block
- [x] highlight with prism
- [x] copy from vscode, style could be preserved.
- [ ] copy from github, code will suppress into one line.
!code
#### Image
#### Drag and drop block
#### TODO consider smooth reflow...
``bash``
$ npm install
$ npm run storybook
- awesome-draft-js
- Why Wagtail’s new editor is built with Draft.js
- Rethinking rich text pipelines with Draft.js