Hi,
My goal is to allow reader to change the storyview (to zoomin) and navigate to a specific tiddler in one click.
I've thought of two approaches:
1. Write "zoomin" to some tiddler (I would have guessed $:/storyview) in the same way that I can do this within a button to select the theme:
<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/heavier"/>
2. Add <$action-navigate $to="SomeTiddler"/> to a modified version of the viewswitcher ($:/snippets/viewswitcher)
Any ideas, most welcome!
Thanks,
//steve.