-
Currently, the project is using a fork ([this release](https://github.com/matous-volf/editorjs-php/releases/tag/seminar)) of [editorjs-php](https://github.com/Setono/editorjs-php):
https://github.c…
-
-
can be reproduced with the following code:
```javascript
import EditorJS from "@editorjs/editorjs";
import Gallery from "@kiberpro/editorjs-gallery";
import Sortable from "sortablejs";
const …
-
I created a custom Block via https://editorjs.io/tools-api/.
I am creating the Editorjs with readOnly true, and when i output the data from my Tool constructor, it will get initialized twice with …
-
I can't find any option to remove the checklist. Is it even possible?
-
When importing @editorjs/paragraph in a typescript project with modern settings (package.json type=module, tsconfig moduleResolution=bundler), it does not resolve the typings for Paragraph.
I get e…
-
Describe a bug.
Formbuilder - Create a Form: console errors seen
Add Custom Block and click on up and down arrow keys, user will see console errors as below :
`editor.js:2 Uncaught TypeError: Ca…
-
### Describe the bug.
I am using editorJs in my react application as a form component and when trying to add a Paragraph or Header I am getting following error in the console "Block «header» skipped…
-
Given that Page Builder is primarily a tool for creating presentation and customer-facing websites, it's important that our template includes a robust WYSIWYG editor. The standard Strapi editor curren…
-
version:
"editorjs-drag-drop": "^1.1.14",
"editorjs-undo": "^2.0.28",
"@editorjs/editorjs": "^2.30.2",
Since there are many empty blocks in the entire editor content, when I use undo…