next icon indicating copy to clipboard operation
next copied to clipboard

The next version of draft-js-plugins (alpha)

Results 28 next issues
Sort by recently updated
recently updated
newest added

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 #40 ![demo](https://user-images.githubusercontent.com/11409069/56134726-c0d4a900-5fc1-11e9-8c68-ce39ccfeb08d.gif)

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)