mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 17:46:19 +00:00
14 lines
386 B
Plaintext
14 lines
386 B
Plaintext
title: $:/snippets/modules
|
|
|
|
\define describeModuleType(type)
|
|
{{$:/docs/moduletypes/$type$}}
|
|
\end
|
|
<$list filter="[moduletypes[]]">
|
|
!! <$macrocall $name="currentTiddler" $type="text/plain" $output="text/plain"/>
|
|
<$macrocall $name="describeModuleType" type=<<currentTiddler>>/>
|
|
<ul><$list filter="[is[current]modules[]]"><li><$link><<currentTiddler>></$link>
|
|
</li>
|
|
</$list>
|
|
</ul>
|
|
</$list>
|