This is getting GREAT!!!!

I did a little testing and found the following; If an action B is set
as dependant on A, but B is marked as "Waiting for". Then, finishing
A, auto-sets B to *both* Next and Waiting for. I think only "Future"
actions should be auto-set to Next. (Less serious is that also Done
actions seem to get an extra Next).

:-)

/Mat



On 4 Apr, 20:46, Kralik <bakerb...@gmail.com> wrote:
> > Another thing; it is a bit inconsistent now in that the default for
> > created actions is 'next'. I suggest a quick-fix(?): Setting a
> > "Depends on" pretty much by definition means that an action is
> > "Future" and IMO should be changed into that by default (if it was
> > tagged Next, but not SomedayMaybe or Waiting). As it is now, this has
> > to be done manually.
> > Possible?
>
> Great idea! Here you go, put this in MgtdTagControls -->
> MultiSelectTag. Find the following:
>
> // if selectedItem is null this works to remove any
> actOnTiddler.setTagFromGroup(tag,selectedItem);
>
> Then add below:
>
> // automatically make dependent actions future
> if (tag == "Action") {
> if (selectedItem == null)
>   actOnTiddler.setTagFromGroup("ActionStatus", "Next");
> else
>   actOnTiddler.setTagFromGroup("ActionStatus", "Future");
>
> }
>
> Note that if an action is dependent and you remove that dependency, it
> will become a Next action.
> Works for me -- let me know what you think!
--~--~---------~--~----~------------~-------~--~----~
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