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