How to strech tiddler to screen width and hide panel?

115 views
Skip to first unread message

kvg0...@gmail.com

unread,
Dec 25, 2018, 12:17:00 PM12/25/18
to TiddlyWiki
Would like to have a button on tiddler to stretch/shrink tiddler with hiding/showing panel. Is there any plugin?

TonyM

unread,
Dec 25, 2018, 5:50:13 PM12/25/18
to TiddlyWiki
Please provide more detail

What is the panel?

Regards
Tony

kvg0...@gmail.com

unread,
Dec 25, 2018, 11:59:05 PM12/25/18
to tiddl...@googlegroups.com
Panel is side bar. Want to hide/unhide it and see tiddler full screen width. I found plugin http://www.tiddlytools.com/#ToggleRightSidebar but could not install it.
среда, 26 декабря 2018 г., 1:50:13 UTC+3 пользователь TonyM написал:
UPD


also found that it is available by default.

TonyM

unread,
Dec 27, 2018, 1:08:20 AM12/27/18
to TiddlyWiki
Kvg

Does control pannel > apearence > theme tweeks > sidebar layout not do what you want? Then use the double arrows to close the side bar?

Regards
Tony

kvg0...@gmail.com

unread,
Dec 27, 2018, 2:40:07 AM12/27/18
to TiddlyWiki
Thanks! I found double arrows as a right option.

barro...@gmail.com

unread,
Dec 31, 2018, 2:33:23 AM12/31/18
to TiddlyWiki
On Thursday, December 27, 2018 at 2:40:07 AM UTC-5, kvg0...@gmail.com 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.


Reply all
Reply to author
Forward
0 new messages