I know it's not strict GTD, but I use mGSD in my life as a Sr. Project 
Manager, as well as for my own tasks, and I do have a need for due dates. 
Things blow up if they're not on time.

The problem with making an action into a tickler is that you lose a lot of 
the details and visibiltiy in dashboards, etc. So, I took a bit of the 
TitleButtons from Ticklers, and put them into the TitleButtons for 
Actions...


   1. Edit the TitleButtons tiddler
   2. Scroll down to !Actions
   3. Look for:

<div macro="hideWhenTagged Done" 
style="padding-top:0.25em;padding-bottom:0.25em;">
  <span macro="multiToggleTag ActionStatus longVersion:on"></span>
 </div>

...and change it by adding a line above the </div>, so it looks like this:

<div macro="hideWhenTagged Done" 
style="padding-top:0.25em;padding-bottom:0.25em;">
  <span macro="multiToggleTag ActionStatus longVersion:on"></span>
  <span style="float: right; clear: none;"><span class="label">Due 
date:</span><br/><span macro="dateChooser"></span></span>
 </div>


Pleasantly, I was surprised to find that if you give an Action a due-date 
this way, it turns into the "Tickle" date if you do click "make tickler", 
and the date is preserved if you go back and forth from Tickler to Action! 
Very nice, Simon!

If someone could help me highlight overdue tasks in MgtdList views, it 
would be really appreciated! (And if I have time to work on it, I'll put it 
in this thread).

Hope this helps someone.

David Szegi

-- 
You received this message because you are subscribed to the Google Groups "GTD 
TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/gtd-tiddlywiki/-/ih1Zc08Lj1IJ.
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