0.1.0-alpha.2 • Published 6 months ago

codemirror-readonly-ranges v0.1.0-alpha.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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