-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
on-modify_tag_annotate hook #4
Comments
@rccavalcanti how about this one? |
Let me check if I got the idea:
This sounds quite straightforward to implement, but not a workflow I'm quite inclined to use. |
Well, sort of.. task add transfer seedlings proj:greenhouse +staff +ann Then, every time that task is started or stopped or modified, and when it's completed/ deleted, it gets an opportunity for timestamped and detailed progress notes. the +ann tag stays put |
Gotcha. Edit: Just realized that completion is a modify event. Start and stop is not clear from documentation, but I just tested and they also trigger the Implementing those hooks should be fairly straightforward. I suggest you take a look at the docs. |
Thanks Raf! I'm looking at a bunch of other hooks, as a model, and reviewing those docs. I have a WIP hook cooking, cutting and pasting, and remembering what a terrible programmer I am :-) It's fun though, and I think this particular hook could serve a real purpose, so I'll keep poking at it. |
On modifying a task with a +ann tag opens editor for annotation (unless the command is 'task ID annotate SOMETHING, in which case the hook is redundant)
The text was updated successfully, but these errors were encountered: