1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-22 21:33:14 +00:00
TiddlyWiki5/plugins/tiddlywiki/codemirror
2015-06-13 18:06:34 +01:00
..
files Deprecate $:/tags/stylesheet in favour of $:/tags/Stylesheet 2014-09-10 09:13:21 +01:00
edit-codemirror.js Coding style tweaks 2015-06-13 18:06:34 +01:00
EditorTypeMappings.multids Refactor codemirror plugin 2014-06-18 13:54:19 +01:00
plugin.info Improve plugin readmes 2015-03-19 10:53:45 +00:00
readme.tid Left off last commit 2015-03-19 10:53:51 +00:00
styles.tid Deprecate $:/tags/stylesheet in favour of $:/tags/Stylesheet 2014-09-10 09:13:21 +01:00
usage.tid Improve plugin readmes 2015-03-19 10:53:45 +00:00

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]]