mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-08 23:03:50 +00:00
Fix up the $:/ConfigInfo tiddler
This commit is contained in:
parent
3350510516
commit
c95ce5ff4c
@ -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.
|
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}}
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
title: $:/snippets/allfields
|
title: $:/snippets/allfields
|
||||||
|
|
||||||
\define renderfield(title)
|
\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
|
\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
13
core/wiki/modules.tid
Normal 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>
|
@ -425,7 +425,7 @@ a.tw-tiddlylink-external {
|
|||||||
<<box-shadow "inset 1px 2px 3px rgba(0,0,0,0.1)">>
|
<<box-shadow "inset 1px 2px 3px rgba(0,0,0,0.1)">>
|
||||||
}
|
}
|
||||||
|
|
||||||
.tw-view-field-table {
|
.tw-view-fields-table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user