Category "slatejs"

Set new intiial SlateJS editor value with React onEffect

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

Add paragraph after image within a slate-react text editor

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