Jungwoo-An / react-editor-js

⚛️📝The unofficial editor-js component for React
https://codesandbox.io/s/react-editor-js-v2-34bfl
MIT License
940 stars 77 forks source link

expose `renderFromHTML` into the `EditorCore` interface #232

Open AN1BRA opened 1 year ago

AN1BRA commented 1 year ago

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.