Software Alternatives & Reviews

How I can make a simple code editor?

CodeMirror Monaco Editor
  1. Free ebook for the JS Beginners
    Pricing:
    • Open Source
    If you're open to using libraries (Not attempting to do this from scratch) codemirror is one of the gold standards for this. Many other projects use codemirror. If I remember rightly, the chrome devtools even use codemirror. The API (To customize editors and run actions against the editor via JavaScript) is really good. The creator is an amazing developer, they're the author of the book Eloquent JavaScript which is worth a read if you want to gain a deep understanding of the core parts of JavaScript.

    #Developer Tools #Text Editors #Productivity 210 social mentions

  2. CodeMirror is a versatile text editor implemented in JavaScript for the browser.
    Pricing:
    • Open Source
    If you're open to using libraries (Not attempting to do this from scratch) codemirror is one of the gold standards for this. Many other projects use codemirror. If I remember rightly, the chrome devtools even use codemirror. The API (To customize editors and run actions against the editor via JavaScript) is really good. The creator is an amazing developer, they're the author of the book Eloquent JavaScript which is worth a read if you want to gain a deep understanding of the core parts of JavaScript.

    #Rich Text Editor #Text Editors #IDEs And Text Editors 43 social mentions

  3. A browser based code editor
    Pricing:
    • Open Source
    “New to web development” and “building a text editor” don’t really go together, but… check out the monaco editor, it’s the editor used in VS Code.

    #Text Editors #IDE #Developer Tools 47 social mentions

Discuss: How I can make a simple code editor?

Log in or Post with