codex-team / codex-team/editor.js
💡 Readonly Content While still being able to edit formatting
Open
- Dominant language
- TypeScript
- Stars
- 31.9k
- Forks
- 2.2k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
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
```js
const editor = new EditorJS({
readOnly: true,
formattingEditable: true,
}
```
3. Are there any alternatives?
I don't think so. I would love to hear of any though!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.