2015-03-18 11:46:37 +00:00
|
|
|
title: $:/core/ui/ControlPanel/Plugins
|
|
|
|
tags: $:/tags/ControlPanel
|
|
|
|
caption: {{$:/language/ControlPanel/Plugins/Caption}}
|
|
|
|
|
|
|
|
\define lingo-base() $:/language/ControlPanel/Plugins/
|
|
|
|
|
|
|
|
\define plugin-table(type)
|
2022-04-06 07:27:05 +00:00
|
|
|
\whitespace trim
|
2016-10-18 08:23:19 +00:00
|
|
|
<$set name="plugin-type" value="""$type$""">
|
2015-03-18 11:46:37 +00:00
|
|
|
<$set name="qualified-state" value=<<qualify "$:/state/plugin-info">>>
|
2020-12-11 16:13:14 +00:00
|
|
|
<$list filter="[!has[draft.of]plugin-type[$type$]sort[name]]" emptyMessage=<<lingo "Empty/Hint">> template="$:/core/ui/Components/plugin-info"/>
|
2015-03-18 11:46:37 +00:00
|
|
|
</$set>
|
|
|
|
</$set>
|
|
|
|
\end
|
|
|
|
|
2016-01-07 23:00:29 +00:00
|
|
|
{{$:/core/ui/ControlPanel/Plugins/AddPlugins}}
|
2015-03-18 11:46:37 +00:00
|
|
|
|
|
|
|
<<lingo Installed/Hint>>
|
|
|
|
|
2021-08-29 16:35:18 +00:00
|
|
|
<$macrocall $name="tabs" tabsList="[all[tiddlers+shadows]tag[$:/tags/ControlPanel/Plugins]!has[draft.of]]" default="$:/core/ui/ControlPanel/Plugins/Installed/Plugins" explicitState="$:/state/tab--86143343"/>
|