mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-25 16:36:52 +00:00
Fix control panel modules tab
This commit is contained in:
parent
2e7efe2dc0
commit
d6a44b67a3
@ -4,8 +4,11 @@ title: $:/snippets/modules
|
|||||||
{{$:/language/Docs/ModuleTypes/$type$}}
|
{{$:/language/Docs/ModuleTypes/$type$}}
|
||||||
\end
|
\end
|
||||||
<$list filter="[moduletypes[]]">
|
<$list filter="[moduletypes[]]">
|
||||||
|
|
||||||
!! <$macrocall $name="currentTiddler" $type="text/plain" $output="text/plain"/>
|
!! <$macrocall $name="currentTiddler" $type="text/plain" $output="text/plain"/>
|
||||||
|
|
||||||
<$macrocall $name="describeModuleType" type=<<currentTiddler>>/>
|
<$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>
|
||||||
|
Loading…
Reference in New Issue
Block a user