Any thoughts on how hard it would be to implement a Text plugin that uses Ace or CodeMirror, instead of CKEditor? I know there's
djangocms-snippet, but I'd actually like to implement something that's safe to use in production (i.e., with some validation and sanitization of the input), and doesn't separate the content (
Snippet) from the plugin (
SnippetPtr).