TiddlyWiki5/plugins/tiddlywiki/codemirror
Jermolene 2d7a05de98 Coding style tweaks 2015-06-13 18:06:34 +01:00
..
files
EditorTypeMappings.multids
edit-codemirror.js Coding style tweaks 2015-06-13 18:06:34 +01:00
plugin.info
readme.tid
styles.tid
usage.tid

readme.tid

title: $:/plugins/tiddlywiki/codemirror/readme

This plugin provides an enhanced text editor component based on [[CodeMirror|http://codemirror.net]]. It provides several advantages over the default browser text editor:

* Code colouring for many languages (see [[the official documentation here|http://codemirror.net/mode/index.html]])
* Auto closing brackets and tags
* Folding brackets, comments, and tags
* Auto-completion

[[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/codemirror]]