mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
13 lines
279 B
Plaintext
13 lines
279 B
Plaintext
title: $:/core/ui/PluginInfo/Default/contents
|
|
|
|
\define lingo-base() $:/language/TiddlerInfo/Advanced/PluginInfo/
|
|
\whitespace trim
|
|
<<lingo Hint>>
|
|
<ul>
|
|
<$list filter="[all[current]plugintiddlers[]sort[title]]" emptyMessage=<<lingo Empty/Hint>>>
|
|
<li>
|
|
<$link />
|
|
</li>
|
|
</$list>
|
|
</ul>
|