1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 14:53:15 +00:00
TiddlyWiki5/plugins/tiddlywiki/codemirror
Simon Huber 41e338dc41 Add smartIndent to codemirror (#3810)
* add smartIndent config to codemirror

* add indentWithTabs config to codemirror

* make default tabSize same value as indentUnit

* make tab and enter do smart indentation
2019-03-02 14:46:10 +01:00
..
config Add smartIndent to codemirror (#3810) 2019-03-02 14:46:10 +01:00
files CodeMirror: revert preventing dragging within textarea (#3414) 2018-08-28 21:02:32 +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
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
EditorTypeMappings.multids Update codemirror and markdown plugins from #2315 2016-04-22 08:41:31 +01:00
engine.js Adding optional tabindex attr to simple, framed and cm engines (#3756) 2019-02-08 16:11:39 +00: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 plugin: tweak for font-size (#3294) 2018-05-19 08:50:18 +01:00
usage.tid CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00

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