TiddlyWiki5/plugins/tiddlywiki/codemirror
BurningTreeC 200e854814 codemirror update v5.37.0 (#3220)
* Update codemirror.js

* Update xml-fold.js

* Update javascript.js

* Update markdown.js

* Update readme.tid

* add tiddlywiki theme to codemirror demo

* set tiddlywiki theme for codemirror demo

* correct naming of meta to tw-meta

* vim keymap updates were missing - now added
2018-04-24 22:06:59 +01:00
..
config CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
files codemirror update v5.37.0 (#3220) 2018-04-24 22:06:59 +01:00
settings CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
ui/controlpanel CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
EditorTypeMappings.multids Update codemirror and markdown plugins from #2315 2016-04-22 08:41:31 +01:00
config-language.multids CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
edit-codemirror.js Update codemirror and markdown plugins from #2315 2016-04-22 08:41:31 +01:00
engine.js CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
keyboard.tid CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
license.tid CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
plugin.info CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
readme.tid codemirror update v5.37.0 (#3220) 2018-04-24 22:06:59 +01:00
styles.tid CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
usage.tid CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00

readme.tid

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

This plugin provides an enhanced text editor component based on [[CodeMirror|http://codemirror.net]].
The basic configuration is designed to be as lightweight as possible and is just around 235kb of size.
Additional features can be installed with ~CodeMirror ~AddOns from the plugin library:

* 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
* Search and Replace
* Fullscreen Editing
* Optional Emacs, Sublime Text or Vim Keymaps


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

Based on ~CodeMirror version 5.37.0