Mark!
I use a macro! I click on a button to go full screen and zoomin view!
something like this
<$action-sendmessage $message="tm-full-screen"/>
<$action-setfield $tiddler="$:/view" text="zoomin"/>
In the macro I store, the current story view in a state tiddler
When I switch back, I read the state tiddler and overwrite the $:/view
something like this
<$action-sendmessage $message="tm-full-screen"/>
<$set name="previous-story-view"
value={{$:/state/tiddlyshow/presentation!!story-view}} >
<$action-setfield $tiddler="$:/view" text=<<previous-story-view>> />
</$set>
--
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/632af184-c8d8-4d78-a92e-9b617e5fd8e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.