mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 23:56:18 +00:00
def8e6d354
* adding trim: link-dropdown, Fields, unfold * adding trim: all remaining snippets * Fix for reversion I accidentally applied
18 lines
416 B
Plaintext
18 lines
416 B
Plaintext
title: $:/snippets/modules
|
|
|
|
\define describeModuleType(type)
|
|
{{$:/language/Docs/ModuleTypes/$type$}}
|
|
\end
|
|
\whitespace trim
|
|
<$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>
|