-
We will be persisting the content of iterations according to: https://hashnode.com/post/what-is-the-recommended-way-of-storing-the-content-from-draftjs-in-a-database-cj2zw3sxn002uelk8k9sr51xe
There…
-
Hi, wanted to move from uglify to babel-minify, but it breaks draftjs in production, even with the simplest boilerplate code.
# Setup
`babili-webpack-plugin@0.1.2` - latest at time of speaking
…
-
I've been following this project for some time now and I think it is coming along very well. With WYSIWYG editor and uploading plugins being added, the project will attain a mature status. Congratulat…
-
Hello @nikgraf @andrewcoelho ,
I tried implementing draft-js-plugins Mentions plugin for [andrewcoelho/react-text-editor](https://github.com/andrewcoelho/react-text-editor). The Mentions implementa…
-
I'm trying to play around draft-js-mention-plugin but I'm getting an error pointing to blockRenderMap code in the draft-js-plugins-editor. I'm new to draftjs and still wrangling on trying to run the s…
-
Let's say that I have a button somewhere out of the editor (or an Electron app menu), I want to invoke BOLD like I have pressed the bold button from the inline toolbar.
Is it possible?
-
Apparently hooks whitelist not work if they have the attributes data-linktype for example if you wanted to add a class to the element "A" simply ignores .. seeing a little further back apparently only…
-
**What is the current behavior?**
Creating a yarn.lock or running yarn install is met with `node_modules/ doesn't exist`
```
yarn install v1.0.1
info No lockfile found.
[1/5] Validating package…
-
Hi,
Few days back when i installed this package it was fine. But today I am getting below error. Please suggest.
D:\new folder\Design-Studio\client>npm install react-draft-wysiwyg
npm WARN ad…
-
Since 3ba2d3, I believe the draft-js dependency in each plugins' package.json file should have been bumped to v0.10.0. I just ran into a bunch of issues because the resizable plugin was pulling in an …