mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-19 08:10:44 +00:00
Fix up the $:/ConfigInfo tiddler
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user