1 | # codemirror [![NPM version](https://img.shields.io/npm/v/codemirror)](https://www.npmjs.org/package/codemirror)
|
2 |
|
3 | [ [**WEBSITE**](https://codemirror.net/) | [**DOCS**](https://codemirror.net/docs/ref/#codemirror) | [**ISSUES**](https://github.com/codemirror/dev/issues) | [**FORUM**](https://discuss.codemirror.net/c/next/) | [**CHANGELOG**](https://github.com/codemirror/basic-setup/blob/main/CHANGELOG.md) ]
|
4 |
|
5 | This package provides an example configuration for the
|
6 | [CodeMirror](https://codemirror.net/) code editor. The actual editor
|
7 | is implemented in the various packages under the `@codemirror` scope,
|
8 | which this package depends on.
|
9 |
|
10 | The [project page](https://codemirror.net/) has more information, a
|
11 | number of [examples](https://codemirror.net/examples/) and the
|
12 | [documentation](https://codemirror.net/docs/).
|
13 |
|
14 | This code is released under an
|
15 | [MIT license](https://github.com/codemirror/basic-setup/tree/main/LICENSE).
|
16 |
|
17 | We aim to be an inclusive, welcoming community. To make that explicit,
|
18 | we have a [code of
|
19 | conduct](http://contributor-covenant.org/version/1/1/0/) that applies
|
20 | to communication around the project.
|