You could modify the edit tiddler and save/store tiddler button to hide the sidebar.
Edit the tiddler called $:/core/ui/Buttons/edit and put the line <$action-setfield $tiddler="$:/state/sidebar" $field='text' $value="no"/> right before the line '</$button>' in $:/core/ui/Buttons/edit Then, in the tiddler $:/core/ui/Buttons/save put the line <$action-setfield $tiddler="$:/state/sidebar" $field='text' $value="yes"/> right before the line '</$button>' in $:/core/ui/Buttons/save This should have all of the warnings that go with editing shadow tiddlers and upgrading, but I doubt that those two buttons will break anything in the future. -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/89372aa9-db13-46a0-a3e5-0970a7a62b3f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

