mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 01:56:20 +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
20 lines
794 B
Plaintext
20 lines
794 B
Plaintext
title: $:/core/ui/ControlPanel/Plugins
|
|
tags: $:/tags/ControlPanel
|
|
caption: {{$:/language/ControlPanel/Plugins/Caption}}
|
|
|
|
\define lingo-base() $:/language/ControlPanel/Plugins/
|
|
|
|
\define plugin-table(type)
|
|
<$set name="plugin-type" value="""$type$""">
|
|
<$set name="qualified-state" value=<<qualify "$:/state/plugin-info">>>
|
|
<$list filter="[!has[draft.of]plugin-type[$type$]sort[description]]" emptyMessage=<<lingo "Empty/Hint">> template="$:/core/ui/Components/plugin-info"/>
|
|
</$set>
|
|
</$set>
|
|
\end
|
|
|
|
{{$:/core/ui/ControlPanel/Plugins/AddPlugins}}
|
|
|
|
<<lingo Installed/Hint>>
|
|
|
|
<<tabs "[[$:/core/ui/ControlPanel/Plugins/Installed/Plugins]] [[$:/core/ui/ControlPanel/Plugins/Installed/Themes]] [[$:/core/ui/ControlPanel/Plugins/Installed/Languages]]" "$:/core/ui/ControlPanel/Plugins/Installed/Plugins">>
|