This is working for me:

<!-- CLICK should toggle icons and state for current tiddler to show in 
story or not -->
<$reveal type=nomatch state='$:/state/FastNewTiddler!!creationmode' 
text='visibly'>
<$button set='$:/state/FastNewTiddler!!creationmode' setTo=visibly 
class="tc-btn-invisible"><$action-navigate 
$to={{$:/temp/FastNewTiddler!!newtitle}} $scroll=no/>{{img/fnt-silently}}
</$button>
</$reveal>
<$reveal type=match state='$:/state/FastNewTiddler!!creationmode' 
text='visibly'>
<$button set='$:/state/FastNewTiddler!!creationmode' setTo=silently 
class="tc-btn-invisible"><$action-sendmessage $message='tm-close-tiddler' 
$param={{$:/temp/FastNewTiddler!!newtitle}}/>{{img/fnt-visibly}}
</$button>
</$reveal>

And it looks like your idea of having something at the top of the story 
river allows it to avoid the scrolling problem where the tiddlers always 
want to scroll to the top of the screen when opened.

-- 
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/b17f3bd9-4348-4cca-8d0b-e743f80acb75%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to