This is a plugin for TiddlyWiki 5
The plugin adds the CodeMirror 6 editor to TiddlyWiki
Everyone is welcome to create an Issue or a Pull request
Documentation can be found at https://codemirror.net/docs/
The CodeMirror Discuss Forum is a great place to find answers
You can install the plugin in two ways
- Go to the plugin page
- Drag the plugin to your Tiddlywiki
- clone this repository to your
$TIDDLYWIKI_PLUGIN_PATH
git clone --depth=1 git@github.com:BurningTreeC/tiddlywiki-codemirror-6.git $TIDDLYWIKI_PLUGIN_PATH
- enable the plugin in your
tiddlywiki.info
file
"plugins": [
"plugins/first-plugin",
"plugins/second-plugin",
"tiddlywiki-codemirror-6/tiddlywiki-codemirror-6"
]