-
## 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…
-
The `createStaticToolbarPlugin` function does create a store in https://github.com/draft-js-plugins/draft-js-plugins/blob/0f8f7f5e273ba3c7c164515a65c87fb89549a922/packages/static-toolbar/src/index.tsx…
ab-pm updated
1 month ago
-
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…
-
## Bug report
### Describe the bug
Hi,
When creating a Draft Order with the API, it is impossible to create it. My request input is the following:
```
{
"shipping_methods": [],
"e…
-
The toolbar store https://github.com/draft-js-plugins/draft-js-plugins/blob/b89a8146e6d697ebd15bf10f8970086862a56b47/packages/static-toolbar/src/index.tsx#L32 is initialised from the `initialize` hook…
ab-pm updated
1 month ago
-
I want to use draft js video plugin [here](https://www.draft-js-plugins.com/plugin/video) but I don't know how to use it with react-draft-wysiwyg. Can someone help me?
-
Hi, thanks for creating this great library but I need help integrating [@draft-js-plugins/mention](https://www.draft-js-plugins.com/plugin/mention).
### Library versions, if this helps
```
"@dr…
vmc08 updated
3 years ago
-
I use a
```ts
const plugins = [checkListPlugin, linkPlugin, …];
export function ReadOnlyEditor({ richtext }) {
const state = useMemo(() =>
EditorState.createWithContent(convertFromRaw(ric…
ab-pm updated
1 month ago
-
## Bug report
### Describe the bug
While creating a new draft order using the medusajs client, the draft order is created but the metadata is not saved to the database.
### System information…
-
Hey @jasonphillips, not sure if you're still around or open to working on this.
I've been using `draft-js`, `draft-js-plugins-editor` and `draft-js-richbuttons-plugin` for some time in my personal …