react-tapable-editor
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

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.

Features

BlockStyle

  • [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

image

Experimental feature

Drag and drop block

drag-block

drag to make layout design

TODO consider smooth reflow...

How to start

$ npm install
$ npm run storybook

FAQ

why choose draft-js

Readme

Keywords

none

Package Sidebar

Install

npm i react-tapable-editor

Weekly Downloads

4

Version

0.3.0

License

MIT

Unpacked Size

2.29 MB

Total Files

383

Last publish

Collaborators

  • ryuyutyo