You will have to create your own index macro thing, but yes it is possible.
Make one tiddler with this:
\define modTabs()
<<tabs "[[Select Tiddler]][[$(SelectedTab)$]]">>
\end
<$set name=SelectedTab value={{$:/state/Special Tabs Select State!!
selected_tab}}>
<<modTabs>>
</$set>
and one called Select Tiddler with this:
<$select tiddler='$:/state/Special Tabs Select State' field=selected_tab>
<$list filter='[tag[HelloThere]]'>
<option><<currentTiddler>></option>
</$list>
</$select>
You would of course change whatever is in Select Tiddler to how you want to
display your index, but anything that changes the field selected_tab in
$:/state/Special Tabs Select State will update the tabs.
--
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.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/38084fc3-5e0c-4e6e-884e-a8b02e623a0d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.