mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-10 03:03:08 -08:00
13 lines
316 B
Text
13 lines
316 B
Text
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><<currentTiddler>></$link>
|
|
</li>
|
|
</$list>
|
|
</ul>
|
|
</$list>
|