feat: separate daily tasks differently

Projects / tasks / recurring tasks
No more overdue statement as they are already sorted this way.
This commit is contained in:
mathisgauthey
2024-01-05 18:36:39 +01:00
parent 1f3902010c
commit 65629d3d26

View File

@@ -44,8 +44,7 @@ tR += rightAngle;
> not done > not done
> (happens on or before <% moment(tp.file.title, "YYYY-MM-DD").format("YYYY-MM-DD") %>) OR (status.type is IN_PROGRESS) > (happens on or before <% moment(tp.file.title, "YYYY-MM-DD").format("YYYY-MM-DD") %>) OR (status.type is IN_PROGRESS)
> (heading does not include Focus) AND (heading does not include Goals) > (heading does not include Focus) AND (heading does not include Goals)
> group by function (!task.description.includes("[[")) ? 'Tasks' : 'Projects' > group by function (task.description.includes("[[")) ? '%%1%% Projects' : result = !task.isRecurring ? '%%2%% Tasks' : '%%3%% Recurring Tasks'
> group by function (task.happens.moment?.isBefore("<% moment(tp.file.title, "YYYY-MM-DD").format("YYYY-MM-DD") %>", 'day')) ? 'Overdue' : 'Today'
> ``` > ```
> [!IMPORTANT]+ Short Next Actions 🏃 > [!IMPORTANT]+ Short Next Actions 🏃