mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
7a6d7e2a15
* Refactored control panel “Plugins” tab to make the elements more reusable * Refactored the display of plugin tiddlers to use the same format as the control panel (as suggested, I think by @danielo515), adding the shadow tiddler listing as an overridable extension tab * Added a new tab in the “More” sidebar providing quick access to all installed plugins
13 lines
395 B
Plaintext
13 lines
395 B
Plaintext
title: $:/core/ui/ViewTemplate/plugin
|
|
tags: $:/tags/ViewTemplate
|
|
|
|
<$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>
|