mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
14 lines
307 B
Plaintext
14 lines
307 B
Plaintext
|
title: $:/core/ui/PluginInfo/Default/contents
|
||
|
|
||
|
\define lingo-base() $:/language/TiddlerInfo/Advanced/PluginInfo/
|
||
|
<<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>
|