diff --git a/5-Templates/Daily-Notes.md b/5-Templates/Daily-Notes.md index f6e8e30..934d311 100644 --- a/5-Templates/Daily-Notes.md +++ b/5-Templates/Daily-Notes.md @@ -128,7 +128,7 @@ filter: "#Inbox" > filename does not include Passions Backlog 🎮 > (heading does not include Focus) AND (heading does not include Goals) > group by function (!task.happens.moment) ? '%%4%% *Undated*' : result = task.happens.moment.isBefore(moment(), 'day') ? '%%1%% ==Overdue==' : result = task.happens.moment.isSame(moment(), 'day') ? '%%2%% **Today**' : '%%3%% Future' -> group by function task.happens.format("YYYY > Q[ - Quarter] > MM[ - ]MMMM > [Week] WW", task.priorityNameGroupText) +> group by function task.happens.format("YYYY > 0Q[ - Quarter] > MM[ - ]MMMM > [Week] WW", task.priorityNameGroupText) > group by function task.happens.format("YYYY-MM-DD dddd") > ```