Heres PPTW <http://pptw.tiddlyspot.com/> (PowerPointTiddlyWiki) that I made
some time ago. I don't remember details in it but I'm pretty sure I
css-targeted the tiddler to enlarge it.
And here - which has nothing to do with the former - is a viewtemplate I
made. It shows a subtle button in each tiddler to maximize it. Again, I
don't remember exactly how the details work:
<$button class="full-screen-btn tc-btn-invisible">
<$action-navigate $to=<<currentTiddler>>/>
<$action-sendmessage $message="tm-full-screen"/>
{{$:/core/images/full-screen-button}}
<$list filter="[<currentTiddler>tag[max-window]]">
<$action-listops $tiddler=<<currentTiddler>>
$field="tags"
$subfilter="+[remove[max-window]]"/>
</$list>
<$list filter="[<currentTiddler>!tag[max-window]]">
<$action-listops $tiddler=<<currentTiddler>>
$field="tags"
$subfilter="+[append[max-window]]"/>
</$list>
</$button>
...and the accompanying stylesheet
.full-screen-btn {
position:absolute; top:-2px; right:0;
z-index:1222;
opacity:0.1;
}
.full-screen-btn:hover { opacity:1;
}
<:-)
--
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/4c1fe9ef-304a-47ae-a693-f198c8fec2ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.