On Thursday, December 19, 2013 2:44:36 PM UTC-8, Captain Packers wrote:
>
> Works like a charm, as I fully expected. Thanks.
> Now can you suggest a way to incorporate hiding the right sidebar into
> this method?
>
You can add some more CSS to the [[NoToolbar]] example from my previous
post:
[[StyleSheet]]
.toolbar { display:none; }
#sidebar { display:none; }
#displayArea { margin-right:1em; }
Note the adjustment to the displayArea... this allows it to expand into the
space previously reserved for the sidebar element.
> I've been toying with TiddlyTools ToggleRight Sidebar to hide the sidebar,
> but it seems like you have to tweak the siteSubtitle and put some extra
> character there to make that solution work. I don't really want a toggle.
> Just like the toolbar, I just want it off when in readOnly mode. I don't
> want to add extra characters to my page header.
>
You can use CSS to hide the display of the 'toggle' character, like this:
@@display:none;<<tiddler ToggleRightSidebar>>@@
or, if you are using TiddlyTools' StyleSheetShortcuts, you can write:
{{hidden{<<tiddler ToggleRightSidebar>>}}}
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
EVERY DONATION IS IMPORTANT!
HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
http://TiddlyTools.github.com/fundraising.html#MakeADonation
Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
http://www.TiddlyTools.com/#Contact
>
--
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.