mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
b7f674c51a
This is the beginning of addressing #523.
17 lines
399 B
Plaintext
17 lines
399 B
Plaintext
title: $:/snippets/modules
|
|
|
|
\define describeModuleType(type)
|
|
{{$:/language/Docs/ModuleTypes/$type$}}
|
|
\end
|
|
<$list filter="[moduletypes[]]">
|
|
|
|
!! <$macrocall $name="currentTiddler" $type="text/plain" $output="text/plain"/>
|
|
|
|
<$macrocall $name="describeModuleType" type=<<currentTiddler>>/>
|
|
|
|
<ul><$list filter="[all[current]modules[]]"><li><$link><<currentTiddler>></$link>
|
|
</li>
|
|
</$list>
|
|
</ul>
|
|
</$list>
|