From 37d670d11ef43b9c7ea91939b0a1651027927a36 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Mon, 30 Jun 2025 12:15:04 +0100 Subject: [PATCH] Include customised keyboard shortcuts --- core/ui/WikiInformation.tid | 1 + 1 file changed, 1 insertion(+) diff --git a/core/ui/WikiInformation.tid b/core/ui/WikiInformation.tid index 86d54c0d60..ee87964f89 100644 --- a/core/ui/WikiInformation.tid +++ b/core/ui/WikiInformation.tid @@ -57,6 +57,7 @@ This page summarises important information about this ~TiddlyWiki. It is designe <$transclude $variable="capture-item" label="Tiddler opening behaviour setting for navigations from outside the story river" value={{$:/config/Navigation/openLinkFromOutsideRiver}}/> <$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="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