react-editor-js icon indicating copy to clipboard operation
react-editor-js copied to clipboard

expose `renderFromHTML` into the `EditorCore` interface

Open AN1BRA opened this issue 2 years ago • 0 comments

for the time being, the only way to set an initial value into the editor is to set the value as OutputData, but for many cases, especially for people migrating from other editors that output HTML it is impossible for them to have a backwards compatible migration if there's no wrapper for the editor.blocks.renderFromHTML method that exists in the core editor.

AN1BRA avatar May 13 '23 17:05 AN1BRA