python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Editorjs custom block renders twice on click when made as default block in react project
I followed this tutorial to integrate editorjs in react and create a custom editorjs plugin. This tutorial works fine to create a custom block but I wanted to make the custom block as a default block ...
lamsal
Votes: 0
Answers: 1
How to implement project versioning in my app
Hi i use a NuxtJS/express/MongoDb app, in the app i have a notion-like text editor called editorJS.
I would like to have a history trace of the changes in this editor, just like notion.so does.
In thi...

William Sabates
Votes: 0
Answers: 0
How to pass form data (not related to Entity Class) in editorjs to symfony controller (Symfony)
Here is the form connected to database
class JsonType extends AbstractType
{
public function buildForm(FormBuilderInterface $builder, array $options): void
{
$builder
->...
koken
Votes: 0
Answers: 1
How to convert html tag to styled html? (editorjs)
This is my code for converting editorjs json to html tag.
// store posts
const blogs = [{
"time": 1641871834196,
"blocks": [{
"id": "nwATYHAhq-",
"type": "paragraph",
"da...
koken
Votes: 0
Answers: 1