> Is there any easy way to hide the SidebarTabs (the part that says
> Timeline | All | Tags | More) behind a link like the the "Options >>"
> bit above it?

1) First, edit [[SideBarTabs]] (see more>shadowed list) and replace
the default definition with:
-----------------
<<slider chkSliderSidebarTabs SideBarTabs##tabset
   "index »" "show lists of tiddlers">>/%
!tabset
<<tabs txtMainTab
   "Timeline" "Timeline" TabTimeline
   "All" "All tiddlers" TabAll
   "Tags" "All tags" TabTags
   "More" "More lists" TabMore>>
!end
%/
-----------------

2) Then, to adjust the slider button appearance to match the rest of
the sidebar buttons, add the following to your [[StyleSheet]] (also in
more>shadowed list)
-----------------
/*{{{*/
#sidebarTabs .button { margin:0px 0.2em; padding:0.2em 0.3em;
display:block; }
/*}}}*/
-----------------

That's it!  The "index »" slider will be intially closed.  Once you
open it, the current open/closed state will be remembered between
sessions by using an option cookie, "chkSliderSidebarTabs".

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to