Add experimental CodeMirror plugin

The plugin is incomplete, and currently abandoned. It loads up an
instance of CodeMirror as an editor, and loads the right tiddler into
it, but the work hasn't been done to allow changes to be saved. The
startup time is ridiculously long, which is why I abandoned it.
This commit is contained in:
Jeremy Ruston
2013-05-07 14:42:47 +01:00
parent 016ef775f7
commit dd8c8567fd
5 changed files with 5763 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"title": "$:/plugins/tiddlywiki/codemirror",
"description": "Codemirror plugin",
"author": "JeremyRuston",
"version": "0.0.0",
"coreVersion": ">=5.0.0"
}