editor.js
editor.js copied to clipboard
💡 Readonly Content While still being able to edit formatting
-
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.
-
Describe the solution you'd like. Mockups are welcome. Ideally something like
const editor = new EditorJS({
readOnly: true,
formattingEditable: true,
}
- Are there any alternatives? I don't think so. I would love to hear of any though!
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