1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-06 20:14:22 +00:00
TiddlyWiki5/core/wiki/modules.tid

14 lines
314 B
Plaintext
Raw Normal View History

2013-10-23 22:12:07 +00:00
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>