mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-05 05:30:02 +00:00
200e854814
* 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
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