Fix up the $:/ConfigInfo tiddler

print-window-tiddler
Jeremy Ruston 2013-10-23 23:12:07 +01:00
rodzic 3350510516
commit c95ce5ff4c
4 zmienionych plików z 18 dodań i 5 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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