TiddlyWiki5/plugins/tiddlywiki/codemirror
Simon Huber 8798ebadbd
Add foreground color to CodeMirror selections and fix #5272 (#5266)
* Add foreground color to CodeMirror selections

* Use default selection background if tiddler-editor-background matches selection-background
2020-12-13 11:40:57 +00:00
..
config
files
settings Add missing config options to ControlPanel->Settings->CodeMirror (#5229) 2020-12-07 14:43:44 +00:00
ui/controlpanel
EditorTypeMappings.multids
config-language.multids Add missing config options to ControlPanel->Settings->CodeMirror (#5229) 2020-12-07 14:43:44 +00:00
edit-codemirror.js
engine.js
keyboard.tid
license.tid
plugin.info
readme.tid
styles.tid Add foreground color to CodeMirror selections and fix #5272 (#5266) 2020-12-13 11:40:57 +00:00
usage.tid

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.

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

Based on ~CodeMirror version 5.58.3