change: changed quarter numbering periodic notes
This commit is contained in:
@@ -100,7 +100,7 @@ await dv.view("_Scripts", {pages: "dv.pages().file.where(f => f.folder != '_Sour
|
|||||||
> filename does not include Passions Backlog 🎮
|
> filename does not include Passions Backlog 🎮
|
||||||
> (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.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.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")
|
> group by function task.happens.format("YYYY-MM-DD dddd")
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ tR += rightAngle;
|
|||||||
> filename does not include Passions Backlog 🎮
|
> filename does not include Passions Backlog 🎮
|
||||||
> (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.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.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")
|
> group by function task.happens.format("YYYY-MM-DD dddd")
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ await dv.view("_Scripts", {pages: "dv.pages().file.where(f => f.folder != '_Sour
|
|||||||
> filename does not include Passions Backlog 🎮
|
> filename does not include Passions Backlog 🎮
|
||||||
> (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.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.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")
|
> group by function task.happens.format("YYYY-MM-DD dddd")
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ tR += rightAngle;
|
|||||||
> filename does not include Passions Backlog 🎮
|
> filename does not include Passions Backlog 🎮
|
||||||
> (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.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.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")
|
> group by function task.happens.format("YYYY-MM-DD dddd")
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user