mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
c5ea6628f5
Shout out to the TiddlySpot tiddler macro for being completely broken, but also being completely unused, so no one noticed.
21 lines
786 B
Plaintext
21 lines
786 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)
|
|
\whitespace trim
|
|
<$set name="plugin-type" value="""$type$""">
|
|
<$set name="qualified-state" value=<<qualify "$:/state/plugin-info">>>
|
|
<$list filter="[!has[draft.of]plugin-type[$type$]sort[name]]" emptyMessage=<<lingo "Empty/Hint">> template="$:/core/ui/Components/plugin-info"/>
|
|
</$set>
|
|
</$set>
|
|
\end
|
|
|
|
{{$:/core/ui/ControlPanel/Plugins/AddPlugins}}
|
|
|
|
<<lingo Installed/Hint>>
|
|
|
|
<$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"/>
|