feat: added cancelled tasks queries
This commit is contained in:
@@ -199,7 +199,7 @@ filter: "#Inbox"
|
|||||||
> group by filename
|
> group by filename
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
> [!MISSING]+ Tasks Log ❌
|
> [!MISSING]+ Tasks Graveyard 🪦
|
||||||
>
|
>
|
||||||
> ```tasks
|
> ```tasks
|
||||||
> description does not include ]]
|
> description does not include ]]
|
||||||
@@ -207,8 +207,26 @@ filter: "#Inbox"
|
|||||||
> group by filename
|
> group by filename
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
|
> [!MISSING]+ Projects Cancelled ❌
|
||||||
|
>
|
||||||
|
> ```tasks
|
||||||
|
> description includes ]]
|
||||||
|
> cancelled on <% moment(tp.file.title, "YYYY-MM-DD").format("YYYY-MM-DD") %>
|
||||||
|
> group by filename
|
||||||
|
> ```
|
||||||
|
|
||||||
|
> [!MISSING]+ Tasks Cancelled ❌
|
||||||
|
>
|
||||||
|
> ```tasks
|
||||||
|
> description does not include ]]
|
||||||
|
> cancelled on <% moment(tp.file.title, "YYYY-MM-DD").format("YYYY-MM-DD") %>
|
||||||
|
> group by filename
|
||||||
|
> ```
|
||||||
|
|
||||||
## Daily Focus 🔥 & Goals 🎯
|
## Daily Focus 🔥 & Goals 🎯
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Journal 📔
|
## Journal 📔
|
||||||
|
|
||||||
Mood::
|
Mood::
|
||||||
|
|||||||
@@ -238,7 +238,7 @@ await dv.view("_Scripts", {pages: "dv.pages().file.where(f => f.folder != '_Sour
|
|||||||
> group by done
|
> group by done
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
> [!MISSING]+ Tasks Log ❌
|
> [!MISSING]+ Tasks Graveyard 🪦
|
||||||
>
|
>
|
||||||
> ```tasks
|
> ```tasks
|
||||||
> description does not include ]]
|
> description does not include ]]
|
||||||
@@ -247,6 +247,22 @@ await dv.view("_Scripts", {pages: "dv.pages().file.where(f => f.folder != '_Sour
|
|||||||
> group by done
|
> group by done
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
|
> [!MISSING]+ Projects Cancelled ❌
|
||||||
|
>
|
||||||
|
> ```tasks
|
||||||
|
> description includes ]]
|
||||||
|
> cancelled on <% moment(tp.file.title, "YYYY-MM").format("YYYY-MM") %>
|
||||||
|
> group by filename
|
||||||
|
> ```
|
||||||
|
|
||||||
|
> [!MISSING]+ Tasks Cancelled ❌
|
||||||
|
>
|
||||||
|
> ```tasks
|
||||||
|
> description does not include ]]
|
||||||
|
> cancelled on <% moment(tp.file.title, "YYYY-MM").format("YYYY-MM") %>
|
||||||
|
> group by filename
|
||||||
|
> ```
|
||||||
|
|
||||||
## Monthly Focus 🔥 & Goals 🎯
|
## Monthly Focus 🔥 & Goals 🎯
|
||||||
|
|
||||||
- `Add some C.S.S (Continue Start Stop) with Habits & DWI.`
|
- `Add some C.S.S (Continue Start Stop) with Habits & DWI.`
|
||||||
|
|||||||
@@ -230,7 +230,7 @@ tR += rightAngle;
|
|||||||
> group by done
|
> group by done
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
> [!MISSING]+ Tasks Log ❌
|
> [!MISSING]+ Tasks Graveyard 🪦
|
||||||
>
|
>
|
||||||
> ```tasks
|
> ```tasks
|
||||||
> description does not include ]]
|
> description does not include ]]
|
||||||
@@ -239,6 +239,22 @@ tR += rightAngle;
|
|||||||
> group by done
|
> group by done
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
|
> [!MISSING]+ Projects Cancelled ❌
|
||||||
|
>
|
||||||
|
> ```tasks
|
||||||
|
> description includes ]]
|
||||||
|
> cancelled on <% moment(tp.file.title, "YYYY-[Q]Q").format("YYYY-[Q]Q") %>
|
||||||
|
> group by filename
|
||||||
|
> ```
|
||||||
|
|
||||||
|
> [!MISSING]+ Tasks Cancelled ❌
|
||||||
|
>
|
||||||
|
> ```tasks
|
||||||
|
> description does not include ]]
|
||||||
|
> cancelled on <% moment(tp.file.title, "YYYY-[Q]Q").format("YYYY-[Q]Q") %>
|
||||||
|
> group by filename
|
||||||
|
> ```
|
||||||
|
|
||||||
## Quarterly Focus 🔥 & Goals 🎯
|
## Quarterly Focus 🔥 & Goals 🎯
|
||||||
|
|
||||||
- `Add some goals from yearly goals.`
|
- `Add some goals from yearly goals.`
|
||||||
|
|||||||
@@ -243,7 +243,7 @@ await dv.view("_Scripts", {pages: "dv.pages().file.where(f => f.folder != '_Sour
|
|||||||
> group by done
|
> group by done
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
> [!MISSING]+ Tasks Log ❌
|
> [!MISSING]+ Tasks Graveyard 🪦
|
||||||
>
|
>
|
||||||
> ```tasks
|
> ```tasks
|
||||||
> description does not include ]]
|
> description does not include ]]
|
||||||
@@ -252,6 +252,22 @@ await dv.view("_Scripts", {pages: "dv.pages().file.where(f => f.folder != '_Sour
|
|||||||
> group by done
|
> group by done
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
|
> [!MISSING]+ Projects Cancelled ❌
|
||||||
|
>
|
||||||
|
> ```tasks
|
||||||
|
> description includes ]]
|
||||||
|
> cancelled on <% moment(tp.file.title, "GGGG-[W]WW").format("GGGG-[W]WW") %>
|
||||||
|
> group by filename
|
||||||
|
> ```
|
||||||
|
|
||||||
|
> [!MISSING]+ Tasks Cancelled ❌
|
||||||
|
>
|
||||||
|
> ```tasks
|
||||||
|
> description does not include ]]
|
||||||
|
> cancelled on <% moment(tp.file.title, "GGGG-[W]WW").format("GGGG-[W]WW") %>
|
||||||
|
> group by filename
|
||||||
|
> ```
|
||||||
|
|
||||||
## Weekly Focus 🔥 & Goals 🎯
|
## Weekly Focus 🔥 & Goals 🎯
|
||||||
|
|
||||||
1. `Declutter & mind dump.` (GET CLEAR)
|
1. `Declutter & mind dump.` (GET CLEAR)
|
||||||
|
|||||||
@@ -231,7 +231,7 @@ tR += rightAngle;
|
|||||||
> group by done
|
> group by done
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
> [!MISSING]+ Tasks Log ❌
|
> [!MISSING]+ Tasks Graveyard 🪦
|
||||||
>
|
>
|
||||||
> ```tasks
|
> ```tasks
|
||||||
> description does not include ]]
|
> description does not include ]]
|
||||||
@@ -240,6 +240,22 @@ tR += rightAngle;
|
|||||||
> group by done
|
> group by done
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
|
> [!MISSING]+ Projects Cancelled ❌
|
||||||
|
>
|
||||||
|
> ```tasks
|
||||||
|
> description includes ]]
|
||||||
|
> cancelled on <% moment(tp.file.title, "YYYY").format("YYYY") %>
|
||||||
|
> group by filename
|
||||||
|
> ```
|
||||||
|
|
||||||
|
> [!MISSING]+ Tasks Cancelled ❌
|
||||||
|
>
|
||||||
|
> ```tasks
|
||||||
|
> description does not include ]]
|
||||||
|
> cancelled on <% moment(tp.file.title, "YYYY").format("YYYY") %>
|
||||||
|
> group by filename
|
||||||
|
> ```
|
||||||
|
|
||||||
## Yearly Focus 🔥 & Goals 🎯
|
## Yearly Focus 🔥 & Goals 🎯
|
||||||
|
|
||||||
- `Add some goals for the year`
|
- `Add some goals for the year`
|
||||||
|
|||||||
Reference in New Issue
Block a user