Secret-HQ
unread,Sep 4, 2010, 5:28:19 AM9/4/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
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.)