Thank you for this great package! I found a minor bug: I like to separate notes from tasks with new lines (it's just nicer to read on larger files). But when I do that, the Tasks package fails to recognize the current project as a sub-project. To illustrate:
Marking task from the subproject as done without new lines around note. The task gets correctly tagged as @project(Main Project / Subproject):
Doing the same, but with new lines to separate note. The task is now only tagged as @project(Subproject):
The original Taskpaper app has no issues with new lines around notes:
Thank you for this great package! I found a minor bug: I like to separate notes from tasks with new lines (it's just nicer to read on larger files). But when I do that, the Tasks package fails to recognize the current project as a sub-project. To illustrate:
Marking task from the subproject as done without new lines around note. The task gets correctly tagged as
@project(Main Project / Subproject)
:Doing the same, but with new lines to separate note. The task is now only tagged as
@project(Subproject)
:The original Taskpaper app has no issues with new lines around notes:
Again, thank you for your great work!