Hi, Tom --
I know this is floating around out there somewhere, but I can't find
it off-hand, so I'll just type it here. :P Create a tiddler called
"zOptionsDefaults," give it the tag "systemConfig," and paste this
into it:
/***
!Default User Name
***/
/*{{{*/
config.options.txtUserName = "YourName";
/*}}}*/
/***
!Default Save Options
***/
/*{{{*/
config.options.chkSaveBackups = false;
config.options.chkAutoSave = true;
config.options.txtBackupFolder = "/backup";
/*}}}*/
Editing the values will allow you to "permanently" set them in your
TiddlyWiki, which makes it a little more portable. (Actually, what
happens is that the tiddler resets all the values to what's saved in
it whenever you reload the TW; this means your current session cookies
have all the values you want them to whenever you fire up TiddlyWiki.
That's also why it has the name "zOptionsDefaults" -- so that it's the
last tiddler to load when you open your TW.)
--
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.