1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 09:43:16 +00:00
TiddlyWiki5/core/wiki/modules.tid

17 lines
399 B
Plaintext
Raw Normal View History

2013-10-23 22:12:07 +00:00
title: $:/snippets/modules
\define describeModuleType(type)
{{$:/language/Docs/ModuleTypes/$type$}}
2013-10-23 22:12:07 +00:00
\end
<$list filter="[moduletypes[]]">
2014-02-22 08:57:39 +00:00
!! <$macrocall $name="currentTiddler" $type="text/plain" $output="text/plain"/>
2014-02-22 08:57:39 +00:00
<$macrocall $name="describeModuleType" type=<<currentTiddler>>/>
2014-02-22 08:57:39 +00:00
<ul><$list filter="[all[current]modules[]]"><li><$link><<currentTiddler>></$link>
2013-10-23 22:12:07 +00:00
</li>
</$list>
</ul>
</$list>