1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-04 21:29:09 +00:00
TiddlyWiki5/plugins/tiddlywiki/codemirror-closebrackets
Jeremy Ruston 5aa3646df5
Add plugin stability badges (#8198)
* Initial Commit

* Fix plugin library URL

* Need to set plugin library location for prerelease

* Styling tweaks

* Docs

* Add tests that the core plugins all have a valid stability field
2024-05-21 11:22:39 +01:00
..

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