On Mar 21, 5:22 am, Ken <[email protected]> wrote: > I was just wondering where i can find the code where i can delete the > Stories Changes Setup buttons in my new tiddlywiki > which i downloaded from :http://www.tiddlytools.com/quickstart/basics.html. > > I understand that we have a mainmenu , and sidebaroptions > (sidebartabs) but i dont know where these button are placed.
The custom PageTemplate in basics.html references an extra tiddler named [[StoryMenu]], whose content is always rendered above the tiddlers in the story column. You can use this tiddler to add *any* fixed-display content you like. By default, the StoryMenu distributed with basics.html adds the 'toggle sidebar' buttons, as well as the stories/changes/setup popup commands. To eliminate the commands, you can use any one of the following methods A) edit StoryMenu to remove just the unwanted commands, but retain the 'toggle sidebar' content B) rename StoryMenu to prevent the automatic rendering of the content above the other tiddlers. You can, of course, still directly view the renamed tiddler to access the existing commands, and you can restore the menu display later, simply by renaming the tiddler back to StoryMenu. C) delete StoryMenu. No tiddler = no content to render. Create a new StoryMenu later on if so desired. D) edit PageTemplate to completely remove the StoryMenu "DIV" from the page layout. As with (B), you can still directly view the StoryMenu tiddler to access the existing commands. 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.

