> anyone could suggest a format that would make TW look less like a web > page and more like, oh, a Word document or some such nonsense. > >
You could style everything with CSS. But I think the fastest way would be to get rid of only certain elements, like the unnecessary header. For this you just have to delete the following from your PageTemplate shadowed tiddler (which you'll find at the right side under the 'More' > 'Shadowed' tabs: <div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'> <div class='headerShadow'> <span class='siteTitle' refresh='content' tiddler='SiteTitle'></ span> <span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></ span> </div> <div class='headerForeground'> <span class='siteTitle' refresh='content' tiddler='SiteTitle'></ span> <span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></ span> </div> </div> One other option would be the use of Eric's Plain theme: http://www.tiddlytools.com/#Plain Or simply use these toggeling scripts (require InlineJavascriptPlugin): http://www.tiddlytools.com/#ToggleFullScreen%20ToggleRightSidebar%20ToggleLeftSidebar%20ToggleSiteTitles .. hope that helps you further. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

