editorjs Questions

5

I am trying to use the Editor of EditorJS. Everything works fine, except that when I first load the page it initializes two editors at the beginning and keeps appending new editors everytime I relo...
Branson asked 15/6, 2021 at 16:55

9

I'm trying to convert EditorJs output to Html. EditorJs outputs 'clean' data like this: { "time": 1589987527499, "blocks": [ { "type": "embded", "data": { "service": "youtube", "source": "h...
Dibble asked 20/5, 2020 at 15:16

0

I want to add a fixed top toolbar to my editorjs like: I do not find any documentation how to do it on: https://editorjs.io/ Of course, i already googled it, but not really a good result. To...
Catchup asked 21/4, 2022 at 7:16

2

Solved

I want to load blocks data dynamically to my EditorJS instance. I would like to do something like this: const editor = new EditorJS(); editor.load({ blocks: my_blocks }) I do not seem to find any ...
Envisage asked 23/2, 2021 at 13:43

1

Context I've created a two column page, one column with a button on the left and editorJS on the right column. What I am trying to do is whenever I click on the button to the left, I want it to be ...
Shick asked 27/8, 2021 at 0:30

1

Solved

I am trying to get EditorJS working in NextJS. The editor loads fine without plugins, having the only paragraph as a block option. However, when I attempt to add plugins via tools prop console thro...

1

Solved

So I wanted to check out this new rich text editor Editor, https://editorjs.io/ I installed the unofficial reactJS version, but I'm not quite sure what I'm doing wrong here... https://www.npmjs.co...
Secrecy asked 8/3, 2020 at 0:40
1

© 2022 - 2024 — McMap. All rights reserved.