Note

Looking a little project that needs a JS based code editor. Anyone got views on Codemirror vs Ace editor?
‐ Also on:
Mentions:
Remy Sharp
@glennjones we use CM in JS Bin. It has better browser coverage. Also new API very easy to configure and add features. +1 from me.
Dan Eastwell
@glennjones There's the very basic option of starting using contenteditable on a textarea..?
Glenn Jones
@maskingtape Good point, if possible I am going start with contenteditable/textarea and add the editor as progressive enhancement
Dan Eastwell
@glennjones makes perfect sense. I found Ace very heavy and intensive. Contenteditable syntax highlighting: consider http://prismjs.com/?

Data formats:

API