Quick help for some system settings:

Tiddler tagged with systemConfig:
config.options.txtUserName="Shango"; //set username on load
config.options.chkSaveBackups=false; //disable SaveBackups
config.options.chkAutoSave=true; //always AutoSave

OR

SystemSettings shadow tiddler:
txtUserName: "Shango
chkSaveBackups: false
chkAutoSave: true

w

On Nov 13, 2:43 pm, whatever <kbrezov...@gmail.com> wrote:
> Hi!
>
> Plugin settings are basically cookies. Most plugins, as well as TW
> itself, set some default values. The changed values are temporary and
> get reset to default values when you change computers or clean the
> cache. In order for the changed values to persist, you need to make
> them permanent. One way is to use either CookieSaverPlugin (1) or
> CookieManagerPlugin (2) and simply save all the cookies and options,
> or you can do it manually.
>
> Manually, you can do it by putting the cookie name and its value into
> a tiddler tagged systemConfig:
> config.options.chkDisableAutoSelect=true;
>
> Or, you can use the SystemSettings shadow tiddler (not tagged
> systemConfig!), where the syntax is a bit different:
> chkDisableAutoSelect: true
>
> (1)http://www.TiddlyTools.com/#CookieSaverPlugin
> (2)http://www.TiddlyTools.com/#CookieManagerPlugin
>
> w
>
> On Nov 13, 7:20 am, Shango <shango3...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Every once in a while my tiddlywiki loses the settings for all my plugins.
> > They will all suddenly revert back to default values for some reason.  It
> > is really annoying because I have to go back into each one and set them all
> > back.  I try to go back to a backup tiddlywiki but that doesn't seem to
> > work.  I'm not sure why because where else would the plugin settings be
> > saved if not the tiddlywiki file itself?
>
> > So for example, under backstage / tweak, "Username for signing your edits"
> > suddenly gets set back to "YourName." My custom plugins, AutoTaggerPlugin,
> > FileDropPlugin, etc. all lose their settings.  I keep my tiddlywiki on a
> > flash drive and it is all local (nothing "in the cloud").  Also, I'm using
> > Firefox browser, latest version.  I don't know if that has anything to do
> > with it.  I wish I could solve this issue once and for all because I'm
> > getting tired of it.
>
> > Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to