Looking at: https://tiddlywiki.com/prerelease/#tabs%20Macro
It says The currentTiddler <https://tiddlywiki.com/prerelease/#currentTiddler%20Variable> variable is not affected by the tabs macro. This can put you in trouble if the list of tabs includes tiddlers that depend on the value of the currentTiddler <https://tiddlywiki.com/prerelease/#currentTiddler%20Variable>, for example tiddlers listing children based on its own name. To overcome this problem you can use a TemplateTiddler <https://tiddlywiki.com/prerelease/#TemplateTiddlers> like the following: <$tiddler tiddler=<<currentTab>>> <$transclude mode="block" /> </$tiddler> Why not have a tiddler template like $:/tabs/template with the value <$tiddler tiddler=<<currentTab>>> <$transclude mode="block" /> </$tiddler> and set the dfault value of template parameter in tabs macro to $:/tabs/template to address this issue automatically? --Mohammad -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/f915db92-59c2-45ca-b80f-dd3dcea56539%40googlegroups.com.

