-
Hi
First of all, big thanks for making this interface, it's really helpful for our Directus use case.
Second, I'd like to point out a bug we encountered. It seems that editorjs is not re-rendere…
-
Hi
Thanks for creating this plugin, it's fantastic.
I have had to clone `git clone https://github.com/melishev/strapi-plugin-react-editorjs.git` the repo into `src/plugins` as I needed to make …
-
### Environment
- @editorjs/editorjs version: x.y.z
- react-editor-js version: x.y.z
### Describe
Multiple instance of the Editojs appeared. Following are my package json
`"dependencies…
-
### Discussed in https://github.com/factly/dega/discussions/378
Originally posted by **deshetti** July 22, 2021
EditorJS was a really good upgrade from what we had with Quill in terms of exper…
-
Describe a bug.
Multiple EditorJS instances on same page, each with own holder/different id.
When focusing the first one, then directly the second, the first ones toolmenu is still visible, only…
-
Not really an issue, but for those using nuxt 3:
Create file named "vue-editor.client.vue" in "./components/" (file name can be anything, but remember ".client.vue").
You can paste this inside of …
-
> [https://github.com/kommitters/editorjs-undo](https://github.com/kommitters/editorjs-undo)
-
Describe a bug.
Uncaught TypeError: Cannot read properties of undefined (reading 'onFocus'), shows up when I hit tab button on the editor js or some other keys while selecting the items
Expected b…
-
I'm using HTML template engine that comes with go-fiber. I think I've set the configuration properly and other tools like quotes have been shown on the toolbox. But the Header tool still isn't showing…
-
We need to add appropriate CSS class names to the blocks following the BEM (Block Element Modifier) methodology. This will help make our code more structured, readable, and easier to maintain.
The …