core/api/soft/CodeMirror
root 3268e6a008 Заказы 2023-07-12 18:02:20 +03:00
..
addon Заказы 2023-07-12 18:02:20 +03:00
autocomplete Заказы 2023-07-12 18:02:20 +03:00
bin Заказы 2023-07-12 18:02:20 +03:00
closebrackets Заказы 2023-07-12 18:02:20 +03:00
collab Заказы 2023-07-12 18:02:20 +03:00
commands Заказы 2023-07-12 18:02:20 +03:00
comment Заказы 2023-07-12 18:02:20 +03:00
demo Заказы 2023-07-12 18:02:20 +03:00
doc Заказы 2023-07-12 18:02:20 +03:00
fold Заказы 2023-07-12 18:02:20 +03:00
gutter Заказы 2023-07-12 18:02:20 +03:00
highlight Заказы 2023-07-12 18:02:20 +03:00
history Заказы 2023-07-12 18:02:20 +03:00
keymap Заказы 2023-07-12 18:02:20 +03:00
lang-css Заказы 2023-07-12 18:02:20 +03:00
lang-html Заказы 2023-07-12 18:02:20 +03:00
lang-javascript Заказы 2023-07-12 18:02:20 +03:00
lang-python Заказы 2023-07-12 18:02:20 +03:00
legacy-modes/src Заказы 2023-07-12 18:02:20 +03:00
lib Заказы 2023-07-12 18:02:20 +03:00
lint Заказы 2023-07-12 18:02:20 +03:00
matchbrackets Заказы 2023-07-12 18:02:20 +03:00
mode Заказы 2023-07-12 18:02:20 +03:00
multiple-selections Заказы 2023-07-12 18:02:20 +03:00
panel Заказы 2023-07-12 18:02:20 +03:00
rangeset Заказы 2023-07-12 18:02:20 +03:00
search Заказы 2023-07-12 18:02:20 +03:00
special-chars Заказы 2023-07-12 18:02:20 +03:00
src Заказы 2023-07-12 18:02:20 +03:00
state Заказы 2023-07-12 18:02:20 +03:00
stream-syntax Заказы 2023-07-12 18:02:20 +03:00
syntax Заказы 2023-07-12 18:02:20 +03:00
test Заказы 2023-07-12 18:02:20 +03:00
text Заказы 2023-07-12 18:02:20 +03:00
theme Заказы 2023-07-12 18:02:20 +03:00
tooltip Заказы 2023-07-12 18:02:20 +03:00
view Заказы 2023-07-12 18:02:20 +03:00
.editorconfig Заказы 2023-07-12 18:02:20 +03:00
.gitattributes Заказы 2023-07-12 18:02:20 +03:00
.gitignore Заказы 2023-07-12 18:02:20 +03:00
.npmignore Заказы 2023-07-12 18:02:20 +03:00
.travis.yml Заказы 2023-07-12 18:02:20 +03:00
AUTHORS Заказы 2023-07-12 18:02:20 +03:00
CHANGELOG.md Заказы 2023-07-12 18:02:20 +03:00
CONTRIBUTING.md Заказы 2023-07-12 18:02:20 +03:00
LICENSE Заказы 2023-07-12 18:02:20 +03:00
LICENSE-MIT Заказы 2023-07-12 18:02:20 +03:00
LICENSE2-GPL3 Заказы 2023-07-12 18:02:20 +03:00
README.md Заказы 2023-07-12 18:02:20 +03:00
css.php Заказы 2023-07-12 18:02:20 +03:00
html.js Заказы 2023-07-12 18:02:20 +03:00
html.php Заказы 2023-07-12 18:02:20 +03:00
index.html Заказы 2023-07-12 18:02:20 +03:00
js.js Заказы 2023-07-12 18:02:20 +03:00
js.php Заказы 2023-07-12 18:02:20 +03:00
package.json Заказы 2023-07-12 18:02:20 +03:00
php.js Заказы 2023-07-12 18:02:20 +03:00
php.php Заказы 2023-07-12 18:02:20 +03:00
rollup.config.js Заказы 2023-07-12 18:02:20 +03:00
tsconfig.base.json Заказы 2023-07-12 18:02:20 +03:00

README.md

CodeMirror 6 prototype

This is the prototype of the next version of CodeMirror, a complete rewrite.

Eventually, the content of this repository will move into different packages. For now, to reduce friction during development, it is a monorepo. Its content is published as the @codemirror/next package on npm.

To get started, make sure you are running node.js version 13. After cloning the repository, run

npm install

to install dependencies, and

npm run dev

to start a server that automatically rebuilds the bundles when the code changes and exposes a dev server on port 8090 running the demo and tests.

Please see the website for more information and docs.

There's a Matrix room for dev discussion at #codemirror6:matrix.org.

This code is dual-licensed under the MIT and GPL-v3 licenses. This means that you, as user, may choose one of these licenses to abide by. I.e. if complying with the GPL is problematic for you, you can choose the more liberal MIT license.