-
Overview
===
There is currently a bug in the editor when the last line of text uses one of the style icons. In this use case, if the cursor is after this style block (ie. the very end of the message…
-
I tryied to use your code, but I use mention plugin.
Can you describe how I can render mention properly (with links)?
thanks
-
Hi guys,
My Version of Meteor is: Meteor 1.5.2.2
I'm trying to run a `meteor update --all-packages`
but this is what I am getting in response:
=> Errors while initializing project:
While sel…
-
I noticed the table plugin was moved to legacy. I'd like to implement a table editor in some way. What's on the roadmap for this?
-
I think the work you're doing is great! I really hope that the plugin system you're building can become the standard way of building plugins for draftjs.
The application I'm working on is persisting …
-
Chrome Version 48.0.2564.109 (64-bit)/Yosemite.
![](https://i.gyazo.com/e2c1671ad46bec9df1a2f090f06915a9.gif)
Steps:
1: Scroll down page
2: Click textarea
-
I want to extend Draft to accept a checklist/todo block. The block will have a checkbox at the left edge and can be toggled on/off to represent a **complete**/**pending** state respectively. The check…
-
when changing the editorState such as re-setting with `EditorState.createEmpty()`, a user would expect the plugin editor to react to the change in state as DraftJS's Editor does. But the plugin editor…
-
There is a cool project https://github.com/draft-js-plugins/draft-js-plugins that has a very nice plugin API for draft-js. I really like how you can just define an array of plugins you want to use:
`…
-
Hey, thank you all for this great plugin :)
I've no idea how to get the original plain text. For example if you write `**bold**` and it gets styled then you only get `bold` when you call `getCurre…