1. 8
    1. 5

      I’ve used CodeMirror for a number of my projects, each with custom syntax profiles:

      Overall I’ve found it very easy to use and reasonably well-documented.

    2. 3

      CodeMirror is one of those workhorse projects that many people here have probably used many times but may not know by name. It powered the Chrome DevTools Console for many years for example. (It seems like the Console may still be powered by CodeMirror but I’m not familiar with that codebase anymore.)

    3. 2

      I’ve been recently looking at Codemirror alongside https://github.com/FurqanSoftware/codemirror-languageserver or https://github.com/qualified/lsps as a means to have a much more powerful editor (than it already is) - not yet gotten around to properly doing so, but it’s cool to see there are options out there!

    4. 2

      Really love code mirror 6, I’ve used it to build a repl and a notebook for BQN.