Closed schultzter closed 1 year ago
Thank you very much for pointing this out. Maybe I implemented it this way because the SimpleTasks Android app does/did it this way. Maybe it hasn't been formalized yet when I wrote the respective function.
I will change it. Is there any tendency in the community as to which form is preferable?
There's a difference in the way Ttodo handles completed tasks and the Todo.txt standard, I was just wondering why?
It's a bit confusing looking at the spec, but either the the priority should be discarded and moved to a
key:value
metadata; or it should be left between thex
and the Completion date (2nd field).I personally prefer moving it to a metadata.
I'm trying to understand your code - and learn Vim Script at the same time - to hopefully offer a patch for this.
Thanks
Ttodo (priority left between dates):
But according to Todo.txt it should either be (priority moved to metadata):
or (priority stays in 2nd field):
See https://github.com/todotxt/todo.txt#rule-2-the-date-of-completion-appears-directly-after-the-x-separated-by-a-space and also https://github.com/todotxt/todo.txt#todotxt-format-rules