On Thursday, February 20, 2014 3:53:48 AM UTC+1, Mike wrote: > > This is solidly in the "nice to have feature request" bin, but how hard > would it be to make a cron widget? The most obvious action would be "clone > a tiddler," which could emulate a reminder or recurring note. It could > support "occurs once every first and third Tuesday from 2014/02/18 until > ...," etc. >
If someone creates a <$createRecurringEvent> widget, it could create several tiddlers into the future. ... Each time you load the TW, a startup mechanism could check if an event will be active or has been missed :/ and start a timer, that checks for upcomming events. > If it supported more generic actions, such as the $button's > message/parameter syntax, it would be incredibly powerful! > yes. .. This reminds me, to create a ticket. Since those action messages are quite hard to create from a "startup" script. > Thoughts? > I'd like to have a "cron like" mechanism > I know that the best idea is the one from a volunteer who does it, so how > would I get started? > What do you want to know? > I mean I've seen how to create a new widget, but what internals ways does > TW5 use for tracking system time? > IMO it doesn't atm. > And are there any existing cron-style javascript libraries, like an > iCalendar parser or something? > For TW imo no. > Does TW even have much in the way of asynchronous execution, anyway, or is > it mostly even driven? > TW UI is event driven. ... but it would be easy to start an 1min timer, that checks for notifications. -mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

