MartinSGill / TodoTxtJs

A Javascript web app implementation of TodoTxt
72 stars 29 forks source link

Add option to discard priority on complete, like the official apps. #42

Closed MartinSGill closed 11 years ago

MartinSGill commented 11 years ago

Currently a completed todo retains its priority on completion:

x 2013-01-01 (A) 2012-12-31 Some Todo.

It seems the official result should be:

x 2013-01-01 2012-12-31 Some Todo.

cf. http://tech.groups.yahoo.com/group/todotxt/message/5129

I don't want to make this the default behaviour, because if you accidentally mark a task as complete, you lose the priority and cannot undo the complete.