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 );
}
}}}

It will automatically shut the display message after 3 seconds.

Ken Girard

On Feb 26, 3:19 pm, ike9898 <[email protected]> wrote:
> When you save changes to your locally hosted mGTD file you get the
> little yellow box "Main TiddlyWiki file saved".
>
> I think that when you mark a task as being completed, the yellow box
> should disappear, because at that point you have unsaved changes.  If
> the box remains, you are more likely to neglect saving your changes
> before closing your browser. --ike9898
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "GTD 
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/GTD-TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to