> > In fact, the main view template computes the title for the state tiddler > for the display state of the tiddler info panel and places it in the > variable “tiddlerInfoState": > > > https://github.com/Jermolene/TiddlyWiki5/blob/master/core/ui/ViewTemplate.tid#L9 >
Hello Jeremy, Isn't that for the state of the reveal? I mean, if the info area is folded or unfolded. The tiddlerInfo tiddler calls the tabs macro without any state parameter https://github.com/Jermolene/TiddlyWiki5/blob/086506012d98e9db34c7d96dc27aea249a9bdbc8/core/ui/TiddlerInfo.tid#L3 so the tabs macro fallback to the default one, $:/state/tabs Maybe your intention was to set also a variable for the selected tab but you didn't ? Regards -- 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 https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/4150e48e-7949-4de6-a841-201946c68e20%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

