If you search the shadows you find the button tiddler $:/core/ui/Buttons/full-screen
There is no two state setting for the button. I think the info and fold buttons do that. But not Full screen button taking it in and out of fullscreen mode seems to use the same action message tm-full-screen which is documented here https://tiddlywiki.com/#WidgetMessage%3A%20tm-full-screen
Which shows we may need to look into the core to find how it tells if it is in full screen mode and if we can access that value.
Alternativly you could make your own fullscreen button(s) that have additional action widgets that toggle a value that you can then test for. I say buttons because you only see one at a time but one says go full screen, the other says stop and both change a toggle value.
Is this enought or would you like help making a new button or analysing the core method?
Regards
Tony
It will have to be tomorrow for me +10 hours and I am only on my phone.
Add a comment to bump this thread if you do not here from me or someone else.
Regards
Tony
<$reveal type="nomatch" state="$:/temp/fullscreen" text="yes">
<$button message="tm-full-screen" set="$:/temp/fullscreen" setTo="yes">
{{$:/core/images/full-screen-button}}
</$button>
</$reveal>
<$reveal type="match" state="$:/temp/fullscreen" text="yes">
<$button message="tm-full-screen" set="$:/temp/fullscreen" setTo="no">
{{$:/core/images/full-screen-button}}
</$button>
</$reveal>--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/5B734314.20304%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.