-
Hi, great work. Right on time when needed!
I would like to add couple plugins from editorjs and also I built a custom plugin located public/js/editorjs/myplugin. How can I load those plugins?
I …
-
Editor.js is an awesome project, both in design and implementation.
But I need to nesting a block in other block.
So I hope that you can divide blocks into container blocks and leaf blocks.
-
Hello!
Found a strange bug that does not affect performance, but only affects the console, when you delete a block (`Uncaught TypeError: n.closest is not a function`)
Steps to reproduce:
1. Сon…
-
`removed` lifecycle hook doesn't dispatch when `EditorJS.destroy()`.
https://editorjs.io/tools-api#lifecycle-hooks
Steps to reproduce:
1. Embed test `removed` hook in paragraph block
```
r…
-
Hi @oodeveloper,
First of all, this is really nice work and the demo looks great!
I noticed that you are using a modified version of EditorJS in order to provide the multicolumn functionality a…
-
Hello! Thanks for this software.
I use editor.js 2.19.1 and I am trying to add your Tool
```
tools: {
header: {
class: Header,
…
-
Hi there,
Thank you for the great idea!
Unfortunately, I'm not able to enable it.
The error in the browser console is:
`react_devtools_backend.js:2450 Paste handling for «hyperlink» Tool has…
-
Hello,
How to nested blocks? 🤔
I would like to nested blocks to create a `section` which have `@editorjs/table` inside.
I have tried to declare a new EditorJS instance, it works, but it's ve…
-
I want to add bold/italics styling in the list. I'm able to do so by using the shortcuts Ctrl+B/I. But when I save the data `` or `` tags are automatically removed. Is there a way by which I can keep …
-
Describe a bug.
Steps to reproduce:
1. Create a list or a heading
2. Select the text you wrote
3. No tooltips open, you cannot put the text bold with only a mouse.
4. Using "command + b" prove …