Skip to content
EntityQ11691284· pop 9· linked from 142 articles

CodeMirror 5

Sign in to save

CodeMirror is a JavaScript component that provides a code editor in the browser. It has a rich programming API and a focus on extensibility.

Official website

CodeMirror 5

codemirror.net

Link to the official site · 5,326 chars · not written by Vinony

Source code

NOTE: CodeMirror 6 exists, and is more mobile-friendly, more accessible, better designed, and much more actively maintained. 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. Every language comes with fully-featured code and syntax highlighting to help with reading and editing complex code. 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) on the project page. For questions and discussion, use the discussion forum. NOTE : This is the source repository for the library, and not the distribution channel. Cloning it is not the recommended way to install the library, and will in fact not work unless you also run the build step.

Excerpt from the source-code README · 1,965 chars · not written by Vinony

Wikidata facts

Official website
codemirror.net
Show 3 more facts
source code repository URL
github.com/codemirror/CodeMirror
software version identifier
5.65.18
inception
2007-00-00
Sources (6)

via Wikidata · CC0

~1 min read

Article

4 sections
Contents
  • History
  • See also
  • References
  • External links

CodeMirror is a JavaScript component that provides a code editor in the browser. It has a rich programming API and a focus on extensibility.

== History == The first version of the editor was written early 2007, for the console in the Eloquent JavaScript website. The code was first packaged up and released under the name CodeMirror in May 2007. This version was based on the contentEditable feature of browsers.

Available in 9 languages

via Wikidata sitelinks · CC0

Connections

Categories