1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 03:57:21 +00:00

Fix up the $:/ConfigInfo tiddler

This commit is contained in:
Jeremy Ruston 2013-10-23 23:12:07 +01:00
parent 3350510516
commit c95ce5ff4c
4 changed files with 18 additions and 5 deletions

View File

@ -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}}

View File

@ -1,6 +1,7 @@
title: $:/snippets/allfields
\define renderfield(title)
<div class="tw-view-field"><span class="tw-view-field-name">''$title$'':</span> <span class="tw-view-field-value">//{{$:/docs/fields/$title$}}//</span></div>
<tr class="tw-view-field"><td class="tw-view-field-name">''$title$'':</td><td class="tw-view-field-value">//{{$:/docs/fields/$title$}}//</td></tr>
\end
<$list filter="[fields[]sort[title]]" macro="renderfield"/>
<table class="tw-view-fields-table"><tbody><$list filter="[fields[]sort[title]]"><$macrocall $name="renderfield" title=<<listItem>>/></$list>
</tbody></table>

13
core/wiki/modules.tid Normal file
View File

@ -0,0 +1,13 @@
title: $:/snippets/modules
\define describeModuleType(type)
{{$:/docs/moduletypes/$type$}}
\end
<$list filter="[moduletypes[]]">
!! <<listItem>>
<$macrocall $name="describeModuleType" type=<<listItem>>/>
<ul><$list filter="[is[current]modules[]]"><li><$link><<tiddlerTitle>></$link>
</li>
</$list>
</ul>
</$list>

View File

@ -425,7 +425,7 @@ a.tw-tiddlylink-external {
<<box-shadow "inset 1px 2px 3px rgba(0,0,0,0.1)">>
}
.tw-view-field-table {
.tw-view-fields-table {
width: 100%;
}