mjdescy / TodoTxtMac

TodoTxtMac is a minimalist, keyboard-driven to-do manager for Mac OS X (10.8 Mountain Lion and higher) that conforms to the todo.txt format spec.
Other
242 stars 40 forks source link

Date calculates when editing and appending #80

Closed rcraggs closed 8 years ago

rcraggs commented 9 years ago

The automatic conversion of dates is very useful (e.g. Tomorrow -> 11-Jun-2015). This currently only happens when adding a new task. It would be very useful it this happened when editing a task or appending to a task.

mjdescy commented 9 years ago

This behavior is intentional. I do not want the app to try to modify tasks in unexpected ways (editing a non-due date part of the task shoudn't necessarily modify the due date). I did make an exception for transforming due dates during new task entry because that's what Todotxt.net does. TodoTxtMac offers a lot of other functionality for modifying due dates for existing tasks, which I ended up porting over to Todotxt.net eventually, too. Maybe I could add a "always transform due dates and threshold dates" option to TodoTxtMac.