1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 03:57:21 +00:00

Fix modules list in the Internal tab of Control Panel

This commit is contained in:
Jermolene 2013-11-15 22:08:16 +00:00
parent 939ad11eae
commit 9a6e404215

View File

@ -4,8 +4,8 @@ title: $:/snippets/modules
{{$:/docs/moduletypes/$type$}}
\end
<$list filter="[moduletypes[]]">
!! <$macrocall $name="listItem" $type="text/plain" $output="text/plain"/>
<$macrocall $name="describeModuleType" type=<<listItem>>/>
!! <$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>