On Saturday, December 21, 2019 at 9:18:43 PM UTC+3:30, A Gloom wrote:
>
> Nifty feature-- instead of a plugin, perhaps a template?
>
> Along the lines of Mohammad's suggestion-- a in-tiddler button-- actually
> the stock button to hide the sidebar...
>
> <$reveal state="$:/state/sidebar" type="nomatch" text="no">
> <$button set="$:/state/sidebar" setTo="no"
> tooltip={{$:/language/Buttons/HideSideBar/Hint}}
> aria-label={{$:/language/Buttons/HideSideBar/Caption}}
> class="tc-btn-invisible">{{$:/core/images/chevron-right}}</$button>
> </$reveal>
> <$reveal state="$:/state/sidebar" type="match" text="no">
> <$button set="$:/state/sidebar" setTo="yes"
> tooltip={{$:/language/Buttons/ShowSideBar/Hint}}
> aria-label={{$:/language/Buttons/ShowSideBar/Caption}}
> class="tc-btn-invisible">{{$:/core/images/chevron-left}}</$button>
> </$reveal>
>
>
Useful addition!
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/72756ecf-9b54-43e6-b4dd-bb0bd3d67c75%40googlegroups.com.