I am developing a theme that hides the sidebars and the backstage from
view.
How should I edit the PageTemplate and StyleSheet to remove these
elements from view?
I have hidden the right sidebar by deleting the following code from
PageTemplate.
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></
div>
<div id='sidebarTabs' refresh='content' force='true'
tiddler='SideBarTabs'></div>
</div>
However, removing this code does not expand the display of the tiddler
to occupy the sidebar space. That is, the sidebar is hidden from view,
but there remains an empty gap where the sidebar was. How can I get
the tiddlers to fill this space?
How can I hide the Backstage from view? Do I need to edit the
backstage display properties using StyleSheet?
Cheers
Andrew Mc
I would also recommend http://www.tiddlytools.com/#ToggleRightSidebar
if you wish to hide the sidebar vs. removing it
And you can use the following for removing Backstage
http://groups.google.com/group/tiddlywiki/browse_thread/thread/e5f543fa84f5fbbc/b2fcf5243244c2df?lnk=gst&q=remove+backstage#b2fcf5243244c2df
http://groups.google.com/group/tiddlywiki/browse_thread/thread/4ea88592e981e1de/7b047ac45a2d2c02?lnk=gst&q=remove+backstage#7b047ac45a2d2c02
Good Luck,
Mike