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