Hi Zans,
If you open Backstage: Tweaks you get a list of config.options
The name is the javascript name. So referencing to it will be
config.options.txtBackupFolder = "anyName";
config.options.chkAutoSave = true; ... true or false;
now saving this in a tiddler:
[zzConfig]
//{{{
config.options.txtBackupFolder = "anyName";
config.options.chkAutoSave = true;
//}}}
and tag it systemConfig. <-- important
It will be started at the end of every plugin and sets your values.
//{{{ ... //}}} .. makes it look better if you view your tiddler.
have fun!
mario
On Sep 21, 3:57 am, Zans Mihejevs <[email protected]> wrote:
> I'm using Firefox with Arch Linux and awesome wm and one recurring
> problem that I'm experiencing is that TW won't save my alterations to
> the backstage tweaks. So whenever I uncheck the boxes with
> "Automatically Save changes" or "Keep Back ups" it will keep the
> settings while I'm running TW, but as soon as I reload the page it
> will reset them to their default states. How can I fix this?
--
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.