-
Which one is better this one or github.com/yabwe/medium-editor/ ?
-
Hello I am working on a sidebar plugin to insert atomic blocks like embeds, images and others.
It is a work in progress. (a la medium).
You can find the branch here: https://github.com/Nihaux/draft-js…
-
Hi, how to actually insert the emoji to the text input/textarea?
My current project is using this plugin to pick emoji. Whenever user pick the emoji, the following function is triggered:
```
this.ad…
-
Hi Guys,
I m trying to use your editor plugin in order to make use of mentions.
Problem is, if I include draftjs via require in my source code and then require editor plugin,
it gives me console err…
-
When you paste html links into the demos, none of the links will show up. For my project, I can only get links to render on pasted content. If I remove draftjs plugins editor and use draftjs Editor di…
-
I need to implement functionality like here in github. When user types @ he needs to get dropdown with users. I am able to identify that @ was added but how to get cursor position to render dropdown t…
-
I am unable to add a sticker here: https://www.draft-js-plugins.com/plugin/sticker
Clicking on one doesn't trigger anything apart form this error in the console:
```
app.js:3 Uncaught Error: Got une…
-
Awesome Library and great work to the whole plugins team 👍🏼! I just have a few questions:
1. I'm struggling to figure out how to publish/render the content of the editor say when someone hits submit o…
-
Can you please provide some insights as to why the min.js size is so big compared to other rich text editing libraries - wysihtml5, TinyMCE
Is there any way to reduce this distribution size. Currently…
-
It would be good to have a field as well as 'caption' and 'rights holder' for 'alt text' to help accessibility
thoughts?
would you accept a PR?