From 8e4a1efa71d63da2233b897f07c916e35f6f4dd9 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Mon, 30 Jun 2025 12:15:16 +0100 Subject: [PATCH] Include listing of disabled plugins --- core/ui/WikiInformation.tid | 1 + 1 file changed, 1 insertion(+) diff --git a/core/ui/WikiInformation.tid b/core/ui/WikiInformation.tid index ee87964f89..d3e27f1674 100644 --- a/core/ui/WikiInformation.tid +++ b/core/ui/WikiInformation.tid @@ -58,6 +58,7 @@ This page summarises important information about this ~TiddlyWiki. It is designe <$transclude $variable="capture-item" label="Tiddler opening behaviour setting for navigations from within the story river" value={{$:/config/Navigation/openLinkFromInsideRiver}}/> <$transclude $variable="capture-item" label="CamelCase linking setting" value={{$:/config/WikiParserRules/Inline/wikilink}}/> <$transclude $variable="capture-item" label="Keyboard shortcuts that have been customised" value={{{ [all[tiddlers]prefix[$:/config/shortcuts]] +[join[,]] }}}/> +<$transclude $variable="capture-item" label="Disabled plugins" value={{{ [all[tiddlers]prefix[$:/config/Plugins/Disabled/]] :filter[{!!text}match[yes]] :map[removeprefix[$:/config/Plugins/Disabled/]] +[join[,]] }}}/> <$transclude $variable="capture-item" label="Plugins" value={{{ [has[plugin-type]sort[]] :filter[addprefix[$:/config/Plugins/Disabled/]get[text]else[no]!match[yes]] :map[{!!version}addprefix[ - ]addprefix] +[addprefix[ ]addprefixjoin[]] }}}/> \end capture-wiki-info