[TW5] Edit Sidebar

155 views
Skip to first unread message

Juan Don

unread,
Jun 11, 2015, 4:24:29 AM6/11/15
to tiddl...@googlegroups.com
Hey guys.

I'm using TW5 and i want to hide everything of the whole sidebar except the search bar (i want to Reposition it).

Is there a Plugin or a shadowtiddler to do something like this ?

Miguel Bartelsman

unread,
May 21, 2016, 2:51:37 PM5/21/16
to TiddlyWiki
You can use CSS display & visibility options.
  • visibility:hidden; will make the objects invisible but they will remain there. Useful if the element has a child you want to see (like the search bar)
  • display: none; the object won't be rendered, and you won't be able to render children elements either.
Create a tiddler, tag it with $:/tags/Stylesheet
Use developer tools (F12 on chrome) to find which classes you need to hide
Add the classes with the appropriate properties
.something {display:none;}
.something-else {visibility:hidden;}


Sylvain Naudin

unread,
May 24, 2016, 7:54:21 AM5/24/16
to TiddlyWiki
Pretty old post ;)

You could also here remove $:/tags/SideBar from tiddler sidebar tab if you don't want this tabs, or add your's.


Cheers,
Reply all
Reply to author
Forward
0 new messages