simonbaird / mGSD

The TiddlyWiki powered GTD system formerly known as MonkeyGTD
http://mgsd.tiddlyspot.com/
68 stars 19 forks source link

Ticklers should be date-times and not just times and they should have a snooze button #10

Open simonbaird opened 14 years ago

simonbaird commented 14 years ago

The time would normally be hidden and set to some default value. However you could show the time and change it if you wanted to.

simonbaird commented 14 years ago

working code at http://kralik.tiddlyspot.com also supports custom intervals.

simonbaird commented 14 years ago

kralik: Nice catch! I never create ticklers without dates so I didn't notice this possibility. Should be fixed now -- added a check to see if mgtd_date was defined.in ticklerIsActive.

Simon, if you do decide to use this, note that ListBoxPlugin has been tweaked from the TiddlyTools version. I commented out one line that was causing "weird refresh problems" (search for that comment to see it). Also, though not included, I did write a small code snippet that checks for new tiddlers every five minutes or so and if one is found, it notifies the interface so that tickers etc. is refreshed. I usually run my mGSD for many days without refreshing (F5) the page.