editor.js icon indicating copy to clipboard operation
editor.js copied to clipboard

💡 Readonly Content While still being able to edit formatting

Open Zachiah opened this issue 3 years ago • 1 comments

  1. Describe a problem. I'm making a Bible integrated into my app and I want users to be able to markup the Bible text (with editor.js) but not be able to actually change the content.

  2. Describe the solution you'd like. Mockups are welcome. Ideally something like

const editor = new EditorJS({
    readOnly: true,
    formattingEditable: true,
}
  1. Are there any alternatives? I don't think so. I would love to hear of any though!

Zachiah avatar Jul 09 '21 22:07 Zachiah

I'd like to use editor.js to create simple forms / survey type pages and then display the page in readonly mode but allow the viewer to enter data in to textbox, checkbox, radio button fields and then have that data saved. This feature would help with this but maybe not deliver the full functionality

ekwus avatar Mar 29 '22 17:03 ekwus