2010/1/14 ike9898 <ike9...@yahoo.com>

> I'd like to know about useful tweaks users have made to their personal
> MGTD tiddlywikis.  Here are two tweaks I use in mine (other members of
> this group showed me how implement these tweaks):
>
> -------
> *When you save changes to your locally hosted mGTD file you get the
> little yellow box "Main TiddlyWiki file saved". I prefer that this box
> should disappear after a few seconds, so that I am less likely to
> incorrectly think that all changes have been saved when this is not
> actually the case.
>
> Place the following into your system tweaks tiddler and tag it
> systemConfig:
> /***
> AutoClearMessageMacro
> ***/
> {{{
> window.oldDisplayMessage = displayMessage;
> displayMessage = function (text,linkText)
> {oldDisplayMessage(text,linkText);
> setTimeout( 'clearMessage()', 3000 );
> }
> }}}
>
>
Thanks for the tip - I didn't quite understand it, but after fiddling around
I got it working. Here is what I did, for further reference: I created at
tiddler called mySystemTweaks, pasted the code above into it, added
systemConfig as a tag in the tiddler, saved and *reloaded* - then it all
worked. On the next save, the Save window appeared and disappeared after 3s,
just as intended - great!

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

Reply via email to