FYI: A short user story that may infludence codemirror-6 plugin settings OR help someone get out of a tangle.
I wanted to avoid using CodeMirror6 0.0.35 for the streams editor.
I disabled the plugin "$:/plugins/tiddlywiki/codemirror-6 " - just the editor one and got this error;
uncaught exception: Cannot find module named ‘$:/plugins/tiddlywiki/codemirror-6/lib/core.js’ required by module ‘$:/plugins/tiddlywiki/codemirror-6/plugins/lang-cpp/register.js’, resolved to $:/plugins/tiddlywiki/codemirror-6/lib/core.js
- The wiki then just remained on the splash screen
I opened the html file and found $:/config/Plugins/Disabled/$:/plugins/tiddlywiki/codemirror-6 and changed the text from yes to no.
There is no option in CPanel > Settings > Codemirrror either to disable the whole suite, or just the “line” text editor which is used in streams.
In the editor plugin I found edit-text SimpleEngine — CodeMirror for input fields and textareas
- And then found the subplugin $:/plugins/tiddlywiki/codemirror-6/plugins/edit-text and disabled that - now the default streams editor is not codemirror-6