codemirror-readonly-ranges
v0.1.0-alpha.2
Published
CodeMirror extension for read-only ranges
Downloads
19,077
Maintainers
Readme
CodeMirror ReadOnly Ranges Extension
https://www.npmjs.com/package/codemirror-readonly-ranges
This library aims to help you dealing with read-only ranges on CodeMirror 6.
Features
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.
Documentation
Full documentation at: https://andrebnassis.github.io/codemirror-readonly-ranges
- Installation
- Getting Started
- Code Sample
- Contribuiting