Hi FrD

If you put:
//{{{
config.options.chkShowRightSidebar= false;
config.options.chkShowLeftSidebar= true;
//}}}
into a  tiddler titled: zzConfigOptions and tag it systemConfig -
the TW will open with the right sidebar closed and the mainmenu will
be open.

You can put all kinds of startparameters in the zzConfigOptions -
tiddler
This is one of my TWs zzConfigOptions (as you can see I have disabled
AutoSave with /* */ - not to forget the syntax...):
//{{{
config.options.chkDisableTabsBar=false;
config.options.chkHttpReadOnly = false;
/*config.options.chkAutoSave = true;*/
config.options.chkSaveBackups = true;
config.options.chkAnimate = false;
config.options.chkShowRightSidebar= false;
config.options.chkShowLeftSidebar= true;
config.options.chkSinglePageMode= true;
config.options.chkSinglePagePermalink= false;
config.options.chkSearchTitles=true;
config.options.chkSearchText=true;
config.options.chkSearchTags=true;
config.options.chkSearchFields=true;
config.options.chkSearchTitlesFirst=false;
config.options.chkSearchList=true;
config.options.chkSearchByDate=false;
config.options.chkSearchIncremental=false;
config.options.chkSearchShadows=false;
//}}}

Regards Måns Mårtensson

On 7 Sep., 14:25, FrD <[email protected]> wrote:
> Hello,
>
> This is more likely for  Eric Shulman :-)
>
> I'm using the script "ToggleRightSidebar".
> I'd like the right sidebar to be always hidden when opening the TW.
> But it seems there is a cookie  that registers the state of the
> config.options.chkShowRightSidebar variable.
> Is it enough to comment the line
>         saveOptionCookie('chkShowRightSidebar');
> in the script ?
>
> Thanks in advance.
>
> FrD
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to