Show HN: I built this vscode extension to manage tasks in TODO.md
marketplace.visualstudio.com
Show HN: I built this vscode extension to manage tasks in TODO.md
1–5 of 5 posts
Re: Show HN: I built this vscode extension to manage tasks in TODO.md
#2- It can manage tasks in TODO.md - a plain text markdown file. - The syntax is compatible with Github Markdown - TODO.md file is portable and can be committed with Pull Requests (PRs) to any git repositories.
Re: Show HN: I built this vscode extension to manage tasks in TODO.md
#3Re: Show HN: I built this vscode extension to manage tasks in TODO.md
#4Congrats on shipping, looks great for small projects. I'm not sure if I'm a fan of items moving around when their status changes though. Diffs won't be as useful to track tasks — for example, did this task get removed from the scope or did it move to another state? If the item stayed still, it would be a one-line change, if the item moves around, you have to see if it's elsewhere now.
Re: Show HN: I built this vscode extension to manage tasks in TODO.md
#5Congrats on shipping, looks great for small projects. I'm not sure if I'm a fan of items moving around when their status changes though. Diffs won't be as useful to track tasks — for example, did this task get removed from the scope or did it move to another state? If the item stayed still, it would be a one-line change, if the item moves around, you have to see if it's elsewhere now.