If I'm understanding correctly, you want a way to set the sidebar tab in
the new (topbar) menu plugin with 5.1.22?
the sidebar tab for the topbar menu sidebar is set by a separate state
tiddler than the normal sidebar-- experiment by clicking each
sidebar"instance" and you'll see they don't effect each other, they can be
set to different tabs. The state tiddler I found that changes by clicking
the sidebar in the topbar menu was $:/state/tab/sidebar-1477732604
use this list widget to see the newest state tiddler and see which changes
when clicking the topbar menu sidebar, then use that state tiddler in the
startup tiddler Birthe suggested
<$list filter="[all{shadows}prefix[$:/state]days[-1]]">
{{!!title}} -- {{!!text}}
</$list>
--
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/996ad10e-a39b-4def-983d-a2e55852b08d%40googlegroups.com.