diff --git a/README.md b/README.md index 38156a7427068b6e453fdcd52e20ef3f90439a2a..77824ebdbfbd2bf6e378b11c5e4c8215f22d84e3 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,25 @@ [](https://www.npmjs.org/package/codemirror) [Funding status: ](https://marijnhaverbeke.nl/fund/) -CodeMirror is a JavaScript component that provides a code editor in -the browser. When a mode is available for the language you are coding -in, it will color your code, and optionally help with indentation. +CodeMirror is a versatile text editor implemented in JavaScript for +the browser. It is specialized for editing code, and comes with over +100 language modes and various addons that implement more advanced +editing functionality. -The project page is http://codemirror.net -The manual is at http://codemirror.net/doc/manual.html -The contributing guidelines are in [CONTRIBUTING.md](https://github.com/codemirror/CodeMirror/blob/master/CONTRIBUTING.md) +A rich programming API and a CSS theming system are available for +customizing CodeMirror to fit your application, and extending it with +new functionality. + +You can find more information (and the +[manual](http://codemirror.net/doc/manual.html)) on the [project +page](http://codemirror.net). For questions and discussion, use the +[discussion forum](http://discuss.codemirror.net/). + +See +[CONTRIBUTING.md](https://github.com/codemirror/CodeMirror/blob/master/CONTRIBUTING.md) +for contributing guidelines. + +The CodeMirror community aims to be welcoming to everybody. We use the +[Contributor Covenant +(1.1)](http://contributor-covenant.org/version/1/1/0/) as our code of +conduct. diff --git a/index.html b/index.html index b769386c7e209bfed593d8aa3b07c4316bc78e1a..ddb804a56041e17287e53f4e63a0751bc42222a4 100644 --- a/index.html +++ b/index.html @@ -168,7 +168,10 @@ list, which is only used for major announcements (such as new versions). If needed, you can contact <a href="mailto:marijnh@gmail.com">the maintainer</a> - directly.</p> + directly. We aim to be an inclusive, welcoming community. To make + that explicit, we have + a <a href="http://contributor-covenant.org/version/1/1/0/">code of + conduct</a> that applies to communication around the project.</p> <p>A list of CodeMirror-related software that is not part of the main distribution is maintained