From c95ce5ff4c1f9fdbed99b3cf48c4bce3702485a0 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Wed, 23 Oct 2013 23:12:07 +0100 Subject: [PATCH] Fix up the $:/ConfigInfo tiddler --- core/wiki/ConfigInfo.tid | 3 +-- core/wiki/allfields.tid | 5 +++-- core/wiki/modules.tid | 13 +++++++++++++ themes/tiddlywiki/snowwhite/base.tid | 2 +- 4 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 core/wiki/modules.tid diff --git a/core/wiki/ConfigInfo.tid b/core/wiki/ConfigInfo.tid index 249339ed4..db85ba9f9 100644 --- a/core/wiki/ConfigInfo.tid +++ b/core/wiki/ConfigInfo.tid @@ -12,5 +12,4 @@ This is the full set of TiddlerFields in use in this wiki (including system tidd 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"/> - +{{$:/snippets/modules}} diff --git a/core/wiki/allfields.tid b/core/wiki/allfields.tid index 25ea4177c..515cbf42e 100644 --- a/core/wiki/allfields.tid +++ b/core/wiki/allfields.tid @@ -1,6 +1,7 @@ title: $:/snippets/allfields \define renderfield(title) -
''$title$'': //{{$:/docs/fields/$title$}}//
+''$title$''://{{$:/docs/fields/$title$}}// \end -<$list filter="[fields[]sort[title]]" macro="renderfield"/> +<$list filter="[fields[]sort[title]]"><$macrocall $name="renderfield" title=<>/> +
diff --git a/core/wiki/modules.tid b/core/wiki/modules.tid new file mode 100644 index 000000000..1f6bc69de --- /dev/null +++ b/core/wiki/modules.tid @@ -0,0 +1,13 @@ +title: $:/snippets/modules + +\define describeModuleType(type) +{{$:/docs/moduletypes/$type$}} +\end +<$list filter="[moduletypes[]]"> +!! <> +<$macrocall $name="describeModuleType" type=<>/> +
    <$list filter="[is[current]modules[]]">
  • <$link><> +
  • + +
+ diff --git a/themes/tiddlywiki/snowwhite/base.tid b/themes/tiddlywiki/snowwhite/base.tid index 83e89b240..5c3fd9a70 100644 --- a/themes/tiddlywiki/snowwhite/base.tid +++ b/themes/tiddlywiki/snowwhite/base.tid @@ -425,7 +425,7 @@ a.tw-tiddlylink-external { <> } -.tw-view-field-table { +.tw-view-fields-table { width: 100%; }