-
Notifications
You must be signed in to change notification settings - Fork 104
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Completion date: after x
or after priority?
#37
Comments
I agree this is slightly confusing - my interpretation has always been as in the image, that any priority for a completed task will always be the second part of the task, between I think one thing that means this doesn't come up much in practise is that it seems like most programs that interact with todotxt files clear out the priority on task completion - e.g. using 2 such programs I have on my computer at the moment, the todotxt CLI (the closest thing there is to a reference implementation) will just remove the priority when you complete a task, while the todotxt Vim plugin will remove it and re-add it as a tag on the end (e.g. |
(Sorry for the late reply) Ok that makes sense, as a third case Simpletask leaves the priority between completion and creation date:
I guess it doesn't matter too much as it is relatively easy to determine which one is the completion, which one is the creation and which was the priority (whether it appears after the Still, it'd be good to have a canonical representation for it.. |
Ah that's interesting re simpletask, I guess that's a counterexample to my experience and intuition. I also wrote a todotxt parser recently and should make sure it handles that situation as well! |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
In the main section there is this picture:
.. which seems to suggest that the completion date goes after the (optional) priority, so a completed todo with both creation and completion dates would look like:
However, later on, in the final remarks on completion dates it says that:
And this example is given:
Should the image in the main section be clarified? Am I missing something?
Cheers
The text was updated successfully, but these errors were encountered: