-
Hey, is [plugin support](https://github.com/draft-js-plugins/draft-js-plugins) implemented? If not, is it planned?
-
## Environment
QA Environment - Mention library
- @draft-js-plugins/editor version:
- plugin name and version:
-
"@draft-js-plugins/editor": "^4.0.0",
"@draft-js-plugins/mention": "4…
-
It'd be super rad if I could do
```JS
const renderer = {
plugins: [mentionsPlugin]
}
```
or something to that effect. That way I basically wouldn't have to change anything about my setup b…
-
tl;dr https://draftjs.org/ for angular
I've been searching the internets and there is nothing that comes even close to draftjs, which is built on top and requires react. What does it do? It solves …
-
mention扩展按Enter键不能触发选中,只能用tab和鼠标触发,draftjs官方插件的示例中不影响:
https://www.draft-js-plugins.com/plugin/mention
-
Hi,
First, I would like to say thank you for your awesome work.
Currently I'm using [DraftJS Plugins ](https://www.draft-js-plugins.com). I use its mention plugin which should be linked to a url. Bu…
-
Hi @jpuri ,
I need your help regarding markdown of @mention and #tags.
As per your documentation i have implemented the code. and I am getting this kind of output.
**INPUT text** in draftjs …
-
Hello,
during a clean `npm install` I encountered the error reported below.
These are the "draft-js" and "draft-convert" versions in my "package.json" file.
```
"dependencies": {
"draft-con…
-
Please add here link to real projects, I'll add this links into documentation.
And link 1:
library build and enzyme tests
[react-components-markdown](https://github.com/istarkov/react-components-mar…
-
I use draftjs-color-picker version 1.0.2 and draftToHtml version 0.8.3 and this is my code:
```
const contentRaw = convertToRaw(this.state.editorState.getCurrentContent())
const contentHtml = dra…