CodeMirror extension for read-only ranges
npm install codemirror-readonly-rangesThis library aims to help you dealing with read-only ranges on CodeMirror 6.
By defining read-only ranges, the extension is able to:
- preventModifyTargetRanges: Prevent any changes over the declared read-only ranges.
- smartDelete: Handle delete selection by excluding the declared read-only ranges from target selection.
- smartPaste: Handle input paste by excluding the declared read-only ranges from target selection.
Full documentation at: https://andrebnassis.github.io/codemirror-readonly-ranges
- Installation
- Getting Started
- Code Sample
- Contribuiting