> would it be possible to set the visibility of "options" and the list > of tiddlers in the sidebar the same way??
Yes! Ingredients ----------- 1) Simon's hideWhen Plugin - http://mptw.tiddlyspot.com/#HideWhenPlugin 2) to edit your PageTemplate Method ------ 1) to any <div> you want to hide add this. macro="hideWhen readOnly" So for he ones you want to hide sidebar, your PageTemplate would include these lines ; <div macro="hideWhen readOnly" id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div> <div macro="hideWhen readOnly" id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div> > thanks again! Thanks. This thread was just what I was looking for. Alex ps. I really like Eric's readOnly = (document.location.protocol!='file:'); It also looks like hideWhen and showWhen are really powerful thingies. Looking forward to a fET craze on them --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

