How to inject new react component/element into SlateJS Editor DOM? I want to inject a new element within the SlateJS editor's DOM, not above or below. Most of S
How to easily set entire SlateJS editor value using React onEffect hook? The initial editor value is set when creating the useState hook, however, I want to set
I am currently working on rich text editor based on slatejs. I need to implement possibility to insert paragraph right after an image, when image is focused. No