Thanks,

But I've already tried that in a zzFrDConfig tiddler tagged with
systemConfig, but it doesn't seem to work.
My tiddler contains :
config.options.chkShowRightSidebar==false;

FrD

On 7 sep, 14:35, Måns <[email protected]> wrote:
> 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:
>

--~--~---------~--~----~------------~-------~--~----~
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