Jul 22
Visual dependencies and grouping of dependencies
Today I ran across Taskheat, and I like/appreciate its ability to annotate, link, and group tasks together in a dependency graph. This is really close to how I use Daily tasks and sequencing w/in NotePlan. https://www.eyen.fr/taskheat/
I could see the nested task lists being used for this:
```
1. [ ] Task Group A
2. [ ] Task Group B $due(2023-09-01)
1. [ ] Task Group B, sub-task A $due(2023-08-07) >2023-08-01
2. [ ] Task Group B, sub-task B $due(2023-08-14) >2023-08-07
```
Visually, expanding Task Group B would reveal Task Group B, but also, in some visual mode, the due date for tasks would be ordered, so date-based prioritization of tasks becomes automatic (separating the due date from the task date).
Unrelated: moving to a more readable/explicit standardization such as `$meta(options)` would be appreciated, vs getting lost in the world of symbols (I still have scar tissue as a retired perl programmer). For example, `$due(2023-08-23)`, `$bgcolor(red)`, `$bgcolor(#ff0000)`, `$assigned(@some/person)`.
Pending