-
Would you consider passing `...props` through to the draft-js editor? I have to add a custom `blockRenderMap` to the Editor and am unable to do so with current code. I can submit a PR if it would he…
-
Hi @kadikraman, so far draftjs-md-converter has been a real life saver but I'm having trouble having it convert images properly. When I look at the draft entities they are correct and displaying in dr…
-
I am trying to get the current selection element so that I can calculate the offset from the top of the document. I would like to position buttons on the left of the cursor like used in Facebook Note …
-
Hi
I try to convert your default theme to something like that: http://codepen.io/Kiwka/pen/YNYvyG
But i have a question. Can i set a buttons for the headers (H1, H2, etc) instead of a dropdown m…
-
Great plugin! I love the ease of use. Thanks for putting this together.
I'm adding this into a production project, and during development I'm plagued with too much logging from the editor. It makes…
-
Hi,
Another small request, is to have the ability to make mentions case insensitive. In suggestion list I have names, which are capitalized, and users have to use capitals too, otherwise there's no…
-
In uploadImageCallback it must pass the data to resolve from backend server.
But I don't know what format of data should be pass to the resolve function.
I already tried like this:
```
const d…
-
It appears currently that `onTab` is not exposed as a property that can be passed through to the `Editor` component. The current logic appears to support behavior for navigating up/down within ordered…
-
Hi, sweet library! I'm running into some troubles with links, though.
Links are not mutable.
Attempting to delete characters on links moves the cursor over an entity.
![link-strange-behavior](h…
-
@jpuri I modified the render toolbarEle order by config
[PRRequest](https://github.com/jpuri/react-draft-wysiwyg/pull/182)