next
next copied to clipboard
The next version of draft-js-plugins (alpha)
I'm writing an alternative to the `draft-js-plugins` `Editor` component, with compatibility on mind but with a more up-to-date design. I just found this project, so I'm just wondering if this...
1. Add navigation feature for up/down arrow 2. Fix erro for read-only 3. Add flowtype Resolve #55 Resolve #57
Resolve #49
Resolve #40 
1. add missing flowtyped for @djsp/atomic-block 2. use nohoist to avoid resolve error(flow) 3. add missing `draft-js` dependency into examples/counter and examples/mentions-example
this is what I'm thinking of: `@djsp/atomic-block` + [`react-resizable`](https://github.com/STRML/react-resizable) - Store the size in block data (or entity data)
With [`draft-js-checkable-list-item`](https://github.com/sugarshin/draft-js-checkable-list-item#readme)