-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot view tasks once they are resolved #161
Comments
I'm also thinking about how to handle notes that have a lifetime (or scope) beyond the lifetime/scope of a task. |
I was also thinking tasks could be full markdown files - YAML up top and markdown for the rest (the notes section). It follows the well-trodden path of static site generators (could use something like docsify to search/browse tasks and notes) however it would mean a file format change in dstask. That could get messy. Referencing old tasks/notes via the CLI with part of the UUID would be fantastic though. |
this sounds like a slightly different implementation, but not fundamentally different where it has a real impact. |
Related to #18 - I often keep a lot of notes in the markdown section for each task, however once it is marked as completed, I don't have an easy way to open a task's notes back up.
Current experience
This makes for a painful experience - one that could be easy to solve, and a useful feature for others.
The text was updated successfully, but these errors were encountered: