TiddlyWiki5/plugins/tiddlywiki/codemirror-closebrackets
Jeremy Ruston 92340d81cc Introduce "parent-plugin" field to control how plugins are displayed in the chooser
"Sub-plugins" are displayed within the dropdown of their parent plugin.

This is a more elaborate version of #4109. It doesn't address dependent plugins (yet), this is just about grouping addon plugins under their parent.
2019-09-25 16:16:28 +01:00
..
config CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
files CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
plugin.info Introduce "parent-plugin" field to control how plugins are displayed in the chooser 2019-09-25 16:16:28 +01:00
readme.tid CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00

readme.tid

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

This plugin adds the ability to automatically insert the closing brackets when you type an opening bracket.
Also enables highlighting of matching brackets.

It needs the latest [[CodeMirror plugin|$:/plugins/tiddlywiki/codemirror]] to be installed