It returns a unique string that encodes its position within the widget tree,
--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/18eecf21-58eb-446c-a712-78a291b81453%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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":
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 parameterso the tabs macro fallback to the default one, $:/state/tabsMaybe 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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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.
Mario, thank you for that! I can't wait to see what you have. Please inform me as soon as you release it.
Jeremy, again thank you for confirmation. Do you think it would be a good idea to implement the same mechanism? From my point of view it is, but I want go know your opinion.
I’d actually tackle it slightly differently, by retaining the current definition of “tiddlerInfoState” and changing $:/core/ui/ViewTemplate/title to append a qualifier “-open” to the value of tiddlerInfoState as the title of the state tiddler specifically for the open/close state, and then changing $:/core/ui/TiddlerInfo to use the same technique to generate a state tiddler for the current tab.
I want to create a button that opens the info toolbar on certain tab. Sadly, due to the following characteristic of the qualify macro:
It returns a unique string that encodes its position within the widget tree,I can't target the same state tiddler from outside the info panel . So, the same qualify widget <<qualify "$:/state/tab">> returns two different things depending from where it is being called.