mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
92340d81cc
"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.
8 lines
223 B
Plaintext
Executable File
8 lines
223 B
Plaintext
Executable File
{
|
|
"title": "$:/plugins/tiddlywiki/codemirror-closebrackets",
|
|
"name": "CodeMirror Close Brackets",
|
|
"description": "Close brackets for CodeMirror",
|
|
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
|
"list": "readme"
|
|
}
|