The issue here is that you are expecting the tab contents to be transcluded
with the currentTiddler variable set to the tiddler containing the tab
content.

However, in fact, the tabs macro doesn't change the currentTiddler at all.
The reason is to support things like the tabs in the tiddlerInfo panel;
there we want the tab content to have access to the currentTiddler
prevailing at the point that the tabs macro is invoked. Instead, the
currentTab variable is available with the title of the tiddler containing
the tab content.

That is why if you look at the ReleaseTemplate tiddler on tiddlywiki.com
you'll see that it explicitly references the "currentTab":

<$view tiddler=<<currentTab>> field="title"/>

I've made a small update to the docs for 5.1.2 to clarify this behaviour.

Best wishes

Jeremy


On Sun, Sep 28, 2014 at 7:54 AM, Stephan Hradek <[email protected]>
wrote:

>
> I meant: To fix the BUG, not the "buf" ;)
>
>  --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/tiddlywiki.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Jeremy Ruston
mailto:[email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to