On Thursday, December 27, 2018 at 2:40:07 AM UTC-5, [email protected] wrote:
>
> Thanks! I found double arrows as a right option.
>
>
Some extra info n the subject:
You can duplicate the hide/reveal button in the upper right corner with
this duplicate button that you can put into individual tiddlers and will
hide/reveal the right sidebar like the primary button in the upper right
corner does. I created for tables that were too wide to display without
displaying under the sidebar and new users found it easier to see the
button in the table header than the button in the upper right.
<$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}} Hide
Sidebar</$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}} Show
sidebar</$button>
</$reveal>
I'm still working on incorporating hiding sidebar into certain tiddlers'
opening sequence along with full screen mode.
--
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/351b394b-8e09-474f-931b-9bdea4c5a806%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.