<<tabs "SampleTabOne SampleTabTwo SampleTabThree SampleTabFour" "SampleTabOne" "$:/state/tab1">>
<<currentTiddler>>Tabs respond to the caption of each tab tiddler.
You can use a different template for tabs and include more in each tab like edit buttons and more.
Tony
Tabs respond to the caption of each tab tiddler.
You can use a different template for tabs and include more in each tab like edit buttons and more.
Hm, what do you mean with "responds to"? I know you can add a caption to get another tab label. Anything else that can be done via "caption"?
You can use a different template for tabs and include more in each tab like edit buttons and more.
Yes, it was attempting to use the template parameter that triggered my original question here above. The way to access the tab tiddlers title is via "currentTab" instead of "currentTiddler". (Of course, one can $set name=currentTiddler value=currentTab if that is more useful)
<$tiddler tiddler=<<currentTab>> >
The tab with be the current tiddler here
</$transclude>