mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
22 lines
443 B
Plaintext
22 lines
443 B
Plaintext
title: $:/core/ui/TiddlerInfo/Advanced/PluginInfo
|
|
tags: $:/tags/TiddlerInfo/Advanced
|
|
|
|
\define lingo-base() $:/language/TiddlerInfo/Advanced/PluginInfo/
|
|
\whitespace trim
|
|
<$list filter="[all[current]has[plugin-type]]">
|
|
|
|
! <<lingo Heading>>
|
|
|
|
<<lingo Hint>>
|
|
<ul>
|
|
<$list filter="[all[current]plugintiddlers[]sort[title]]" emptyMessage=<<lingo Empty/Hint>>>
|
|
<li>
|
|
<$link to={{!!title}}>
|
|
<$view field="title"/>
|
|
</$link>
|
|
</li>
|
|
</$list>
|
|
</ul>
|
|
|
|
</$list>
|