1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-10 07:43:49 +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$}} {{$:/docs/moduletypes/$type$}}
\end \end
<$list filter="[moduletypes[]]"> <$list filter="[moduletypes[]]">
!! <$macrocall $name="listItem" $type="text/plain" $output="text/plain"/> !! <$macrocall $name="currentTiddler" $type="text/plain" $output="text/plain"/>
<$macrocall $name="describeModuleType" type=<<listItem>>/> <$macrocall $name="describeModuleType" type=<<currentTiddler>>/>
<ul><$list filter="[is[current]modules[]]"><li><$link><<currentTiddler>></$link> <ul><$list filter="[is[current]modules[]]"><li><$link><<currentTiddler>></$link>
</li> </li>
</$list> </$list>