codex-team / editor.js

A block-style editor with clean JSON output
https://editorjs.io
Apache License 2.0
28.42k stars 2.07k forks source link

there are many plugins not supporting readoly💡 #1394

Closed Davidzhu001 closed 3 years ago

Davidzhu001 commented 3 years ago
  1. if a plugin is not set read only, editorjs is not smart enough to do the ones which set read only part. can anyone make it support as many as it already supported?
neSpecc commented 3 years ago

Editor.js won't be initialised in Read-Only if some of Tools don't support it. That's because Editor ensures that user can't change anything while this mode is activated.

Ask to author of Tools to add the support of read-only or don't use this tools in the read-only mode.