How to get rid of the search button?

5 views
Skip to first unread message

wolfgang

unread,
Jan 7, 2008, 8:34:49 AM1/7/08
to TiddlyWiki
Hello all,

How do I get rid of the search button in the SideBarOptions panel?

Regards,

W.

FND

unread,
Jan 7, 2008, 8:40:02 AM1/7/08
to Tiddl...@googlegroups.com
> How do I get rid of the search button in the SideBarOptions panel?

Try wrapping the search macro in a custom class container:
{{search{<<search>>}}}
Then apply styling in your StyleSheet:
#sidebarOptions .search .button {
display: none;
}

I might submit a patch for the search macro to apply this custom class
by default.

HTH.


-- F.

wolfgang

unread,
Jan 7, 2008, 9:03:06 AM1/7/08
to TiddlyWiki
Thanks for the quick fix, :-)

W.
Reply all
Reply to author
Forward
0 new messages