mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-27 02:24:40 +00:00
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:
19
plugins/tiddlywiki/codemirror/files/tiddlywiki.files
Normal file
19
plugins/tiddlywiki/codemirror/files/tiddlywiki.files
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"tiddlers": [
|
||||
{
|
||||
"file": "codemirror.js",
|
||||
"fields": {
|
||||
"type": "application/javascript",
|
||||
"title": "$:/plugins/tiddlywiki/codemirror/codemirror.js",
|
||||
"module-type": "library"
|
||||
}
|
||||
},{
|
||||
"file": "codemirror.css",
|
||||
"fields": {
|
||||
"type": "text/css",
|
||||
"title": "$:/plugins/tiddlywiki/codemirror/codemirror.css",
|
||||
"tags": "[[$:/tags/stylesheet]]"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user