1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-29 08:43:14 +00:00
TiddlyWiki5/core/wiki/modules.tid

14 lines
374 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[]]">
!! <$macrocall $name="listItem" $type="text/plain" $output="text/plain"/>
2013-10-23 22:12:07 +00:00
<$macrocall $name="describeModuleType" type=<<listItem>>/>
<ul><$list filter="[is[current]modules[]]"><li><$link><<currentTiddler>></$link>
2013-10-23 22:12:07 +00:00
</li>
</$list>
</ul>
</$list>