I don't have a real answer, but have you seen TaskTimerPlugin
http://tiddlytools.com/#TaskTimerPlugin
Seems like it might be a good place to start.

Ken Girard

On Mar 29, 5:00 pm, Halbstein <sunt...@googlemail.com> wrote:
> Hi,
>
> what a great tool! Thanks to all developers!
>
> I would like to use it as a timeboxing-tool for my action items: the
> user enters an end-time and the action items will popup after a time
> slice has expired. Starred Tasks get double time.
>
> like in the following pseudo-code:
>
> // totalTime = endTime - now()
>
> // tasks[] = array of all active tasks (without starred tasks)
>
> //starredTasks[] = array of all starred tasks
>
> //totalTimeslices = tasks.count + 2 * starredTasks.count (starred
> Tasks get double time for timeboxing)
>
> //boxTime = totalTime/boxTime
>
> //for each starredTask (alert "start with: " +  current task and wait
> 2 * box time)
>
> //for each Task (alert "start with: " + current task; and wait box
> time)
>
> I am not too familiar with javascript nor the inner mechanics of
> MonkeyGTD so any help would be appreciated!
>
> Thanks
> Halbstein
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "GTD 
TiddlyWiki" group.
To post to this group, send email to GTD-TiddlyWiki@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