The editor can be used as a “drop-in” replacement for textareas, allowing Content Block embed codes from
Content Block Manager to be
highlighted, and (in future) provide contextual information about the blocks.
Currently, all that the application does is highlight blocks like so:
Additionally, we can quite easily provide Markdown highlighting using see the Markdown example here,
but we need to test the basic principle with users first.
A (very rough) prototype containing much of these features can be found in the Prototype directory. The
most interesting stuff can be found in the monaco.js file