From 65629d3d26d0e5400b65db52410ffe639eef7293 Mon Sep 17 00:00:00 2001 From: mathisgauthey Date: Fri, 5 Jan 2024 18:36:39 +0100 Subject: [PATCH] feat: separate daily tasks differently Projects / tasks / recurring tasks No more overdue statement as they are already sorted this way. --- 5-Templates/Daily-Notes.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/5-Templates/Daily-Notes.md b/5-Templates/Daily-Notes.md index 934d311..684199f 100644 --- a/5-Templates/Daily-Notes.md +++ b/5-Templates/Daily-Notes.md @@ -44,8 +44,7 @@ tR += rightAngle; > not done > (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) -> group by function (!task.description.includes("[[")) ? 'Tasks' : 'Projects' -> group by function (task.happens.moment?.isBefore("<% moment(tp.file.title, "YYYY-MM-DD").format("YYYY-MM-DD") %>", 'day')) ? 'Overdue' : 'Today' +> group by function (task.description.includes("[[")) ? '%%1%% Projects' : result = !task.isRecurring ? '%%2%% Tasks' : '%%3%% Recurring Tasks' > ``` > [!IMPORTANT]+ Short Next Actions 🏃