usernamehw / vscode-todo-md

VSCode extension for Todo tracking based on "todo.txt" format.
https://marketplace.visualstudio.com/items?itemName=usernamehw.todo-md
MIT License
134 stars 14 forks source link

Feature request: Ability to add schedule dates #59

Open r-hegde opened 2 years ago

r-hegde commented 2 years ago

This extension has been a life-saver for my task management workflow! One feature that would really help is the ability to add "schedule" or "do" dates.

usernamehw commented 2 years ago

So, what's the difference between them (Schedule & Due)? No overdue? Different decoration or sorting priority?

Is it a day when you start working on a task or finish it?

r-hegde commented 2 years ago

(P.S. Thanks for such a quick response! :) )

enicklas commented 1 year ago

I currently use the existing due dates as if they were schedule/do dates. If there is an actualy due date, I track as free text in the task description. This workflow works well for me, but I guess it would be cleaner to have the ability to track both due and schedule dates separately.