To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

CodeMirror
Developer(s)Marijn Haverbeke
Stable release
6.0.1 / June 30, 2022; 17 months ago (2022-06-30)[1]
Repositorygithub.com/codemirror/dev
Written inJavaScript
PlatformWeb
TypeSource code editor
LicenseMIT
Websitecodemirror.net

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

YouTube Encyclopedic

  • 1/3
    Views:
    32 675
    45 451
    3 298
  • How to setup CodeMirror - step by step guide | CodeMirror #01
  • How To Build CodePen With React
  • Create Your Own Code Editor With Syntax Highlighting using HTML, CSS & JavaScript

Transcription

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.[2]

In late 2010, the Ace project, another JavaScript-based code editor, pioneered new implementation techniques and demonstrated that it is possible, even in JavaScript, to handle documents with many thousands of lines without degraded performance. This prompted a rewrite of CodeMirror [3] along the same principles. The result was version 2, which no longer relied on contentEditable and significantly improved performance.

Version 6 was released in 2022.[4][5] The library has been split into a collection of packages,[6][7] and core packages are released independently.[1]

See also

References

  1. ^ a b "CodeMirror Changelog". Retrieved 2023-06-30.
  2. ^ "Implementing a Syntax-Highlighting JavaScript Editor—in JavaScript". 2007-05-24.
  3. ^ "CodeMirror 2 has entered beta". 2011-02-08.
  4. ^ Haverbeke, Marijn (2022-06-08). "CodeMirror 6.0 has been released".
  5. ^ Haverbeke, Marijn (2022-06-08). "CodeMirror 6.0".
  6. ^ "CodeMirror 5 to 6 Migration Guide". Retrieved 2023-06-30.
  7. ^ "CodeMirror System Guide". Retrieved 2023-06-30.

External links

This page was last edited on 30 June 2023, at 09:04
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.