mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-10 20:09:57 +00:00
Rejig the tabs macro to wikify captions
This will allow us to translate tab captions
This commit is contained in:
parent
dea08ed4f8
commit
a2cbc2deb5
@ -1,7 +1,7 @@
|
|||||||
title: $:/core/ui/PageMacros
|
title: $:/core/ui/PageMacros
|
||||||
|
|
||||||
\define tabs(tabsList,default,state:"$:/state/tab")
|
\define tabs(tabsList,default,state:"$:/state/tab")
|
||||||
<div class="tw-tab-buttons"><$list filter="$tabsList$" variable="currentTab"><$button set=<<qualify "$state$">> setTo=<<currentTab>> default="$default$" selectedClass="tw-tab-selected"><$view tiddler=<<currentTab>> field="caption"><$macrocall $name="currentTab" $type="text/plain" $output="text/plain"/></$view> </$button>
|
<div class="tw-tab-buttons"><$list filter="$tabsList$" variable="currentTab"><$button set=<<qualify "$state$">> setTo=<<currentTab>> default="$default$" selectedClass="tw-tab-selected"><$transclude tiddler=<<currentTab>> field="caption"><$macrocall $name="currentTab" $type="text/plain" $output="text/plain"/></$transclude> </$button>
|
||||||
</$list>
|
</$list>
|
||||||
</div>
|
</div>
|
||||||
<div class="tw-tab-divider">
|
<div class="tw-tab-divider">
|
||||||
|
Loading…
Reference in New Issue
Block a user