mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-25 19:40:45 -08:00
Now we display plugin icons, and an accordion containing information tabs exposed by the plugin.
15 lines
537 B
Text
15 lines
537 B
Text
title: $:/core/ui/PluginInfo
|
|
|
|
\define localised-info-tiddler-title()
|
|
$(currentTiddler)$/$(languageTitle)$/$(currentTab)$
|
|
\end
|
|
\define info-tiddler-title()
|
|
$(currentTiddler)$/$(currentTab)$
|
|
\end
|
|
<$transclude tiddler=<<localised-info-tiddler-title>> mode="block">
|
|
<$transclude tiddler=<<currentTiddler>> subtiddler=<<localised-info-tiddler-title>> mode="block">
|
|
<$transclude tiddler=<<currentTiddler>> subtiddler=<<info-tiddler-title>> mode="block">
|
|
No ''"<$text text=<<currentTab>>/>"'' found
|
|
</$transclude>
|
|
</$transclude>
|
|
</$transclude>
|