mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 10:06:19 +00:00
15 lines
539 B
Plaintext
15 lines
539 B
Plaintext
title: $:/core/ui/ViewTemplate/plugin
|
|
tags: $:/tags/ViewTemplate
|
|
|
|
<$reveal tag="div" class="tc-tiddler-plugin-info" type="nomatch" stateTitle=<<folded-state>> text="hide" retain="yes" animate="yes">
|
|
|
|
<$list filter="[all[current]has[plugin-type]] -[all[current]field:plugin-type[import]]">
|
|
<$set name="plugin-type" value={{!!plugin-type}}>
|
|
<$set name="default-popup-state" value="yes">
|
|
<$set name="qualified-state" value=<<qualify "$:/state/plugin-info">>>
|
|
{{||$:/core/ui/Components/plugin-info}}
|
|
</$set>
|
|
</$set>
|
|
</$set>
|
|
</$list>
|
|
</$reveal> |