This time out, we're diving head-first into CodeMirror 5, which describes itself as "a versatile text editor implemented in JavaScript for the browser." Which it certainly is. Beyond just being a text editor, it is natively aware of more than 100 different programming languages. Beyond that, it has numerous add-ons and configurable options to mimic the many styles and conventions of other editors you might already be familiar with, like Vim, Emacs, and so on. And using it in a TMS WEB Core project is just as easy as any of the other JS libraries we've covered so far.
|
|