Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codemirror/state
Editor state data structures for the CodeMirror code editor
https://github.com/codemirror/state
Last synced: 3 months ago
JSON representation
Editor state data structures for the CodeMirror code editor
- Host: GitHub
- URL: https://github.com/codemirror/state
- Owner: codemirror
- License: mit
- Created: 2020-12-29T16:02:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T07:44:38.000Z (5 months ago)
- Last Synced: 2024-07-27T01:42:23.542Z (4 months ago)
- Language: TypeScript
- Homepage: https://codemirror.net
- Size: 641 KB
- Stars: 56
- Watchers: 8
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @codemirror/state [![NPM version](https://img.shields.io/npm/v/@codemirror/state.svg)](https://www.npmjs.org/package/@codemirror/state)
[ [**WEBSITE**](https://codemirror.net/) | [**DOCS**](https://codemirror.net/docs/ref/#state) | [**ISSUES**](https://github.com/codemirror/dev/issues) | [**FORUM**](https://discuss.codemirror.net/c/next/) | [**CHANGELOG**](https://github.com/codemirror/state/blob/main/CHANGELOG.md) ]
This package implements the editor state data structures for the
[CodeMirror](https://codemirror.net/) code editor.The [project page](https://codemirror.net/) has more information, a
number of [examples](https://codemirror.net/examples/) and the
[documentation](https://codemirror.net/docs/).This code is released under an
[MIT license](https://github.com/codemirror/state/tree/main/LICENSE).We aim to be an inclusive, welcoming community. To make that explicit,
we have a [code of
conduct](http://contributor-covenant.org/version/1/1/0/) that applies
to communication around the project.