From 064a3ffb20810164bc4408cdb5b6db8eb317ecc2 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Fri, 9 Aug 2013 16:46:35 +0100 Subject: [PATCH] Add the new ConfigInfo system tiddler --- core/wiki/ConfigInfo.tid | 18 ++++++++++++++++++ core/wiki/ControlPanel.tid | 4 ++++ 2 files changed, 22 insertions(+) create mode 100644 core/wiki/ConfigInfo.tid diff --git a/core/wiki/ConfigInfo.tid b/core/wiki/ConfigInfo.tid new file mode 100644 index 000000000..a962ef10d --- /dev/null +++ b/core/wiki/ConfigInfo.tid @@ -0,0 +1,18 @@ +title: $:/ConfigInfo + +This tiddler displays the internal configuration of this wiki, which can be useful for troubleshooting, or just to help understand how TiddlyWiki5 works. + +! Tiddler fields + +This is the full set of TiddlerFields in use in this wiki (including system tiddlers but excluding shadow tiddlers). + +<$fieldlist all> +<$info type="currentField"/> + + +! Loaded Modules + +These are the currently loaded tiddler modules linked to their source tiddlers. Any italicised modules lack a source tiddler, typically because they were setup during the boot process. + +<$info type="modules"/> + diff --git a/core/wiki/ControlPanel.tid b/core/wiki/ControlPanel.tid index c7a3d6ed0..8618b119a 100644 --- a/core/wiki/ControlPanel.tid +++ b/core/wiki/ControlPanel.tid @@ -31,3 +31,7 @@ The tiddlers in TiddlyWiki documents can be securely encrypted by specifying a p {{$:/snippets/themeswitcher}} {{$:/core/ui/ServerControlPanel}} + +! Advanced + +[[Internal configuration information|$:/ConfigInfo]]