diff --git a/-Daily-Notes/2023-07-31.md b/-Daily-Notes/2023-07-31.md deleted file mode 100644 index 4713fb1..0000000 --- a/-Daily-Notes/2023-07-31.md +++ /dev/null @@ -1,145 +0,0 @@ ---- -title: 2023-07-31 -date: 2023-08-05 12:16:00 -lastmod: 2023-08-05 12:16:00 -categories: -tags: daily-notes -aliases: -share: false ---- - -# 2023-07-31 - -Hi partner, today is Monday. - -❮ [[2023]] / [[2023-Q3|Q3]] / [[2023-07|July]] / [[2023-W31|Week 31]] ❯ - -❮ [[2023-07-30]] | 2023-07-31 | [[2023-08-01]] ❯ - -[[Dashboard 🗺️]] & [[TaskBoard ✅]] - -> [!EXAMPLE]- Ongoing Medias 🎮 -> ![[Ongoing Medias 🎮#Ongoing Medias 🎮]] - -> [!INFO]- Time left ⏱ -> ![[Time Left ⏱#Time Left ⏱]] - -> [!QUOTE]- Google Calendar 📅 -> ![[Google Calendar Weekly View 📅#Google Calendar Weekly View 📅]] - -> [!QUOTE]- Tasks Calendar ✅ -> ![[Tasks Calendar Weekly View ✅#Tasks Calendar Weekly View ✅]] - -> [!EXAMPLE]- Ongoing & Upcoming Projects 🎯 -> -> ```tasks -> not done -> path includes 2-Areas -> (status.type is IN_PROGRESS) OR (happens in 2023) -> group by function (!task.due.moment) ? '%%4%% ==Undated==' : result = task.due.moment.isBefore('2023-07-31', 'day') ? '%%1%% ==Overdue==' : result = task.due.moment.isSame('2023-07-31', 'day') ? '%%2%% ==Today==' : '%%3%% ==Future==' -> group by happens -> ``` - -## Notes 📝 - -- [x] This task has beed checked off on 2023-08-06 and appears in the task log ! ➕ 2023-07-31 ✅ 2023-08-06 -- [ ] This is a one-off task with a due date ! ➕ 2023-07-31 📅 2023-08-06 -- [ ] This is a one-off task with a due date. If you're looking at it from the 2023-08-06 daily note, it is overdue by 2 days now. ➕ 2023-07-31 📅 2023-08-04 -- [ ] This is a one-off task that must be done next time I'm on public transport #next #transport ➕ 2023-07-31 -- [ ] This is a one-off task that must be done next time I'm on my computer #next #computer ➕ 2023-07-31 -- [ ] This task hasn't been planned and won't appear anywhere... Except in the [[TaskBoard ✅]] ➕ 2023-07-31 - -![[0-Inbox 📥#0-Inbox 📥]] - -> [!DANGER]+ Overdue -> ```tasks -> not done -> is not recurring -> path does not include 2-Areas -> happens before 2023-07-31 -> group by happens -> ``` - -> [!CHECK]+ Do Today -> ```tasks -> not done -> is not recurring -> path does not include 2-Areas -> happens on 2023-07-31 -> group by filename -> ``` - -> [!WARNING]+ Upcoming -> ```tasks -> not done -> is not recurring -> path does not include 2-Areas -> happens in 2023-08-01 2023-08-30 -> group by happens -> ``` - -> [!IMPORTANT]- Next Actions -> ```tasks -> not done -> path does not include 2-Areas -> tags include #next -> group by function task.tags.filter( (tag) => ! tag.includes("#next") ) -> ``` - -> [!QUESTION]- Waiting For -> ```tasks -> not done -> path does not include 2-Areas -> tags include #waiting -> group by filename -> ``` - -> [!BUG]- Delegated -> ```tasks -> not done -> path does not include 2-Areas -> tags include #delegated -> group by filename -> ``` - -> [!MISSING]- Task Log -> ```tasks -> path does not include 2-Areas -> done on 2023-07-31 -> group by filename -> ``` - -> [! ABSTRACT]+ Workout Log 💪 -> ```dataview -> LIST -> FROM "-Workout_Log" -> WHERE contains(file.name, "2023-07-31") -> ``` - -> [!TODO]+ Recurring -> ```tasks -> not done -> is recurring -> filter by function task.due.moment?.isSameOrBefore('2023-07-31', 'day') || false -> group by filename -> ``` - -## Journal 📔 - -Mood:: - -An Interesting Title : - - - -Decisions I made : - -- - -Positive and grateful for things : - -1. - -Good and kind things I did : - -1. \ No newline at end of file diff --git a/-Daily-Notes/2023-08-01.md b/-Daily-Notes/2023-08-01.md deleted file mode 100644 index 40d23bd..0000000 --- a/-Daily-Notes/2023-08-01.md +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: 2023-08-01 -date: 2023-08-05 12:16:00 -lastmod: 2023-08-05 12:16:00 -categories: -tags: daily-notes -aliases: -share: false ---- - -# 2023-08-01 - -Hi partner, today is Tuesday. - -❮ [[2023]] / [[2023-Q3|Q3]] / [[2023-08|August]] / [[2023-W31|Week 31]] ❯ - -❮ [[2023-07-31]] | 2023-08-01 | [[2023-08-02]] ❯ - -[[Dashboard 🗺️]] & [[TaskBoard ✅]] - -> [!EXAMPLE]- Ongoing Medias 🎮 -> ![[Ongoing Medias 🎮#Ongoing Medias 🎮]] - -> [!INFO]- Time left ⏱ -> ![[Time Left ⏱#Time Left ⏱]] - -> [!QUOTE]- Google Calendar 📅 -> ![[Google Calendar Weekly View 📅#Google Calendar Weekly View 📅]] - -> [!QUOTE]- Tasks Calendar ✅ -> ![[Tasks Calendar Weekly View ✅#Tasks Calendar Weekly View ✅]] - -> [!EXAMPLE]- Ongoing & Upcoming Projects 🎯 -> -> ```tasks -> not done -> path includes 2-Areas -> (status.type is IN_PROGRESS) OR (happens in 2023) -> group by function (!task.due.moment) ? '%%4%% ==Undated==' : result = task.due.moment.isBefore('2023-08-01', 'day') ? '%%1%% ==Overdue==' : result = task.due.moment.isSame('2023-08-01', 'day') ? '%%2%% ==Today==' : '%%3%% ==Future==' -> group by happens -> ``` - -## Notes 📝 - - - -![[0-Inbox 📥#0-Inbox 📥]] - -> [!DANGER]+ Overdue -> ```tasks -> not done -> is not recurring -> path does not include 2-Areas -> happens before 2023-08-01 -> group by happens -> ``` - -> [!CHECK]+ Do Today -> ```tasks -> not done -> is not recurring -> path does not include 2-Areas -> happens on 2023-08-01 -> group by filename -> ``` - -> [!WARNING]+ Upcoming -> ```tasks -> not done -> is not recurring -> path does not include 2-Areas -> happens in 2023-08-02 2023-08-31 -> group by happens -> ``` - -> [!IMPORTANT]- Next Actions -> ```tasks -> not done -> path does not include 2-Areas -> tags include #next -> group by function task.tags.filter( (tag) => ! tag.includes("#next") ) -> ``` - -> [!QUESTION]- Waiting For -> ```tasks -> not done -> path does not include 2-Areas -> tags include #waiting -> group by filename -> ``` - -> [!BUG]- Delegated -> ```tasks -> not done -> path does not include 2-Areas -> tags include #delegated -> group by filename -> ``` - -> [!MISSING]- Task Log -> ```tasks -> path does not include 2-Areas -> done on 2023-08-01 -> group by filename -> ``` - -> [! ABSTRACT]+ Workout Log 💪 -> ```dataview -> LIST -> FROM "-Workout_Log" -> WHERE contains(file.name, "2023-08-01") -> ``` - -> [!TODO]+ Recurring -> ```tasks -> not done -> is recurring -> filter by function task.due.moment?.isSameOrBefore('2023-08-01', 'day') || false -> group by filename -> ``` - -## Journal 📔 - -Mood:: - -An Interesting Title : - - - -Decisions I made : - -- - -Positive and grateful for things : - -1. - -Good and kind things I did : - -1. \ No newline at end of file diff --git a/-Daily-Notes/2023-08-02.md b/-Daily-Notes/2023-08-02.md deleted file mode 100644 index f71ee1c..0000000 --- a/-Daily-Notes/2023-08-02.md +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: 2023-08-02 -date: 2023-08-05 12:16:00 -lastmod: 2023-08-05 12:16:00 -categories: -tags: daily-notes -aliases: -share: false ---- - -# 2023-08-02 - -Hi partner, today is Wednesday. - -❮ [[2023]] / [[2023-Q3|Q3]] / [[2023-08|August]] / [[2023-W31|Week 31]] ❯ - -❮ [[2023-08-01]] | 2023-08-02 | [[2023-08-03]] ❯ - -[[Dashboard 🗺️]] & [[TaskBoard ✅]] - -> [!EXAMPLE]- Ongoing Medias 🎮 -> ![[Ongoing Medias 🎮#Ongoing Medias 🎮]] - -> [!INFO]- Time left ⏱ -> ![[Time Left ⏱#Time Left ⏱]] - -> [!QUOTE]- Google Calendar 📅 -> ![[Google Calendar Weekly View 📅#Google Calendar Weekly View 📅]] - -> [!QUOTE]- Tasks Calendar ✅ -> ![[Tasks Calendar Weekly View ✅#Tasks Calendar Weekly View ✅]] - -> [!EXAMPLE]- Ongoing & Upcoming Projects 🎯 -> -> ```tasks -> not done -> path includes 2-Areas -> (status.type is IN_PROGRESS) OR (happens in 2023) -> group by function (!task.due.moment) ? '%%4%% ==Undated==' : result = task.due.moment.isBefore('2023-08-02', 'day') ? '%%1%% ==Overdue==' : result = task.due.moment.isSame('2023-08-02', 'day') ? '%%2%% ==Today==' : '%%3%% ==Future==' -> group by happens -> ``` - -## Notes 📝 - - - -![[0-Inbox 📥#0-Inbox 📥]] - -> [!DANGER]+ Overdue -> ```tasks -> not done -> is not recurring -> path does not include 2-Areas -> happens before 2023-08-02 -> group by happens -> ``` - -> [!CHECK]+ Do Today -> ```tasks -> not done -> is not recurring -> path does not include 2-Areas -> happens on 2023-08-02 -> group by filename -> ``` - -> [!WARNING]+ Upcoming -> ```tasks -> not done -> is not recurring -> path does not include 2-Areas -> happens in 2023-08-03 2023-09-01 -> group by happens -> ``` - -> [!IMPORTANT]- Next Actions -> ```tasks -> not done -> path does not include 2-Areas -> tags include #next -> group by function task.tags.filter( (tag) => ! tag.includes("#next") ) -> ``` - -> [!QUESTION]- Waiting For -> ```tasks -> not done -> path does not include 2-Areas -> tags include #waiting -> group by filename -> ``` - -> [!BUG]- Delegated -> ```tasks -> not done -> path does not include 2-Areas -> tags include #delegated -> group by filename -> ``` - -> [!MISSING]- Task Log -> ```tasks -> path does not include 2-Areas -> done on 2023-08-02 -> group by filename -> ``` - -> [! ABSTRACT]+ Workout Log 💪 -> ```dataview -> LIST -> FROM "-Workout_Log" -> WHERE contains(file.name, "2023-08-02") -> ``` - -> [!TODO]+ Recurring -> ```tasks -> not done -> is recurring -> filter by function task.due.moment?.isSameOrBefore('2023-08-02', 'day') || false -> group by filename -> ``` - -## Journal 📔 - -Mood:: - -An Interesting Title : - - - -Decisions I made : - -- - -Positive and grateful for things : - -1. - -Good and kind things I did : - -1. \ No newline at end of file diff --git a/-Daily-Notes/2023-08-03.md b/-Daily-Notes/2023-08-03.md deleted file mode 100644 index a465a7c..0000000 --- a/-Daily-Notes/2023-08-03.md +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: 2023-08-03 -date: 2023-08-05 12:16:00 -lastmod: 2023-08-05 12:16:00 -categories: -tags: daily-notes -aliases: -share: false ---- - -# 2023-08-03 - -Hi partner, today is Thursday. - -❮ [[2023]] / [[2023-Q3|Q3]] / [[2023-08|August]] / [[2023-W31|Week 31]] ❯ - -❮ [[2023-08-02]] | 2023-08-03 | [[2023-08-04]] ❯ - -[[Dashboard 🗺️]] & [[TaskBoard ✅]] - -> [!EXAMPLE]- Ongoing Medias 🎮 -> ![[Ongoing Medias 🎮#Ongoing Medias 🎮]] - -> [!INFO]- Time left ⏱ -> ![[Time Left ⏱#Time Left ⏱]] - -> [!QUOTE]- Google Calendar 📅 -> ![[Google Calendar Weekly View 📅#Google Calendar Weekly View 📅]] - -> [!QUOTE]- Tasks Calendar ✅ -> ![[Tasks Calendar Weekly View ✅#Tasks Calendar Weekly View ✅]] - -> [!EXAMPLE]- Ongoing & Upcoming Projects 🎯 -> -> ```tasks -> not done -> path includes 2-Areas -> (status.type is IN_PROGRESS) OR (happens in 2023) -> group by function (!task.due.moment) ? '%%4%% ==Undated==' : result = task.due.moment.isBefore('2023-08-03', 'day') ? '%%1%% ==Overdue==' : result = task.due.moment.isSame('2023-08-03', 'day') ? '%%2%% ==Today==' : '%%3%% ==Future==' -> group by happens -> ``` - -## Notes 📝 - - - -![[0-Inbox 📥#0-Inbox 📥]] - -> [!DANGER]+ Overdue -> ```tasks -> not done -> is not recurring -> path does not include 2-Areas -> happens before 2023-08-03 -> group by happens -> ``` - -> [!CHECK]+ Do Today -> ```tasks -> not done -> is not recurring -> path does not include 2-Areas -> happens on 2023-08-03 -> group by filename -> ``` - -> [!WARNING]+ Upcoming -> ```tasks -> not done -> is not recurring -> path does not include 2-Areas -> happens in 2023-08-04 2023-09-02 -> group by happens -> ``` - -> [!IMPORTANT]- Next Actions -> ```tasks -> not done -> path does not include 2-Areas -> tags include #next -> group by function task.tags.filter( (tag) => ! tag.includes("#next") ) -> ``` - -> [!QUESTION]- Waiting For -> ```tasks -> not done -> path does not include 2-Areas -> tags include #waiting -> group by filename -> ``` - -> [!BUG]- Delegated -> ```tasks -> not done -> path does not include 2-Areas -> tags include #delegated -> group by filename -> ``` - -> [!MISSING]- Task Log -> ```tasks -> path does not include 2-Areas -> done on 2023-08-03 -> group by filename -> ``` - -> [! ABSTRACT]+ Workout Log 💪 -> ```dataview -> LIST -> FROM "-Workout_Log" -> WHERE contains(file.name, "2023-08-03") -> ``` - -> [!TODO]+ Recurring -> ```tasks -> not done -> is recurring -> filter by function task.due.moment?.isSameOrBefore('2023-08-03', 'day') || false -> group by filename -> ``` - -## Journal 📔 - -Mood:: - -An Interesting Title : - - - -Decisions I made : - -- - -Positive and grateful for things : - -1. - -Good and kind things I did : - -1. \ No newline at end of file diff --git a/-Daily-Notes/2023-08-04.md b/-Daily-Notes/2023-08-04.md deleted file mode 100644 index f3f3fa7..0000000 --- a/-Daily-Notes/2023-08-04.md +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: 2023-08-04 -date: 2023-08-05 12:16:00 -lastmod: 2023-08-05 12:16:00 -categories: -tags: daily-notes -aliases: -share: false ---- - -# 2023-08-04 - -Hi partner, today is Friday. - -❮ [[2023]] / [[2023-Q3|Q3]] / [[2023-08|August]] / [[2023-W31|Week 31]] ❯ - -❮ [[2023-08-03]] | 2023-08-04 | [[2023-08-05]] ❯ - -[[Dashboard 🗺️]] & [[TaskBoard ✅]] - -> [!EXAMPLE]- Ongoing Medias 🎮 -> ![[Ongoing Medias 🎮#Ongoing Medias 🎮]] - -> [!INFO]- Time left ⏱ -> ![[Time Left ⏱#Time Left ⏱]] - -> [!QUOTE]- Google Calendar 📅 -> ![[Google Calendar Weekly View 📅#Google Calendar Weekly View 📅]] - -> [!QUOTE]- Tasks Calendar ✅ -> ![[Tasks Calendar Weekly View ✅#Tasks Calendar Weekly View ✅]] - -> [!EXAMPLE]- Ongoing & Upcoming Projects 🎯 -> -> ```tasks -> not done -> path includes 2-Areas -> (status.type is IN_PROGRESS) OR (happens in 2023) -> group by function (!task.due.moment) ? '%%4%% ==Undated==' : result = task.due.moment.isBefore('2023-08-04', 'day') ? '%%1%% ==Overdue==' : result = task.due.moment.isSame('2023-08-04', 'day') ? '%%2%% ==Today==' : '%%3%% ==Future==' -> group by happens -> ``` - -## Notes 📝 - - - -![[0-Inbox 📥#0-Inbox 📥]] - -> [!DANGER]+ Overdue -> ```tasks -> not done -> is not recurring -> path does not include 2-Areas -> happens before 2023-08-04 -> group by happens -> ``` - -> [!CHECK]+ Do Today -> ```tasks -> not done -> is not recurring -> path does not include 2-Areas -> happens on 2023-08-04 -> group by filename -> ``` - -> [!WARNING]+ Upcoming -> ```tasks -> not done -> is not recurring -> path does not include 2-Areas -> happens in 2023-08-05 2023-09-03 -> group by happens -> ``` - -> [!IMPORTANT]- Next Actions -> ```tasks -> not done -> path does not include 2-Areas -> tags include #next -> group by function task.tags.filter( (tag) => ! tag.includes("#next") ) -> ``` - -> [!QUESTION]- Waiting For -> ```tasks -> not done -> path does not include 2-Areas -> tags include #waiting -> group by filename -> ``` - -> [!BUG]- Delegated -> ```tasks -> not done -> path does not include 2-Areas -> tags include #delegated -> group by filename -> ``` - -> [!MISSING]- Task Log -> ```tasks -> path does not include 2-Areas -> done on 2023-08-04 -> group by filename -> ``` - -> [! ABSTRACT]+ Workout Log 💪 -> ```dataview -> LIST -> FROM "-Workout_Log" -> WHERE contains(file.name, "2023-08-04") -> ``` - -> [!TODO]+ Recurring -> ```tasks -> not done -> is recurring -> filter by function task.due.moment?.isSameOrBefore('2023-08-04', 'day') || false -> group by filename -> ``` - -## Journal 📔 - -Mood:: - -An Interesting Title : - - - -Decisions I made : - -- - -Positive and grateful for things : - -1. - -Good and kind things I did : - -1. \ No newline at end of file diff --git a/-Daily-Notes/2023-08-05.md b/-Daily-Notes/2023-08-05.md deleted file mode 100644 index e7d34d9..0000000 --- a/-Daily-Notes/2023-08-05.md +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: 2023-08-05 -date: 2023-08-05 12:15:00 -lastmod: 2023-08-05 12:15:00 -categories: -tags: daily-notes -aliases: -share: false ---- - -# 2023-08-05 - -Hi partner, today is Saturday. - -❮ [[2023]] / [[2023-Q3|Q3]] / [[2023-08|August]] / [[2023-W31|Week 31]] ❯ - -❮ [[2023-08-04]] | 2023-08-05 | [[2023-08-06]] ❯ - -[[Dashboard 🗺️]] & [[TaskBoard ✅]] - -> [!EXAMPLE]- Ongoing Medias 🎮 -> ![[Ongoing Medias 🎮#Ongoing Medias 🎮]] - -> [!INFO]- Time left ⏱ -> ![[Time Left ⏱#Time Left ⏱]] - -> [!QUOTE]- Google Calendar 📅 -> ![[Google Calendar Weekly View 📅#Google Calendar Weekly View 📅]] - -> [!QUOTE]- Tasks Calendar ✅ -> ![[Tasks Calendar Weekly View ✅#Tasks Calendar Weekly View ✅]] - -> [!EXAMPLE]- Ongoing & Upcoming Projects 🎯 -> -> ```tasks -> not done -> path includes 2-Areas -> (status.type is IN_PROGRESS) OR (happens in 2023) -> group by function (!task.due.moment) ? '%%4%% ==Undated==' : result = task.due.moment.isBefore('2023-08-05', 'day') ? '%%1%% ==Overdue==' : result = task.due.moment.isSame('2023-08-05', 'day') ? '%%2%% ==Today==' : '%%3%% ==Future==' -> group by happens -> ``` - -## Notes 📝 - - - -![[0-Inbox 📥#0-Inbox 📥]] - -> [!DANGER]+ Overdue -> ```tasks -> not done -> is not recurring -> path does not include 2-Areas -> happens before 2023-08-05 -> group by happens -> ``` - -> [!CHECK]+ Do Today -> ```tasks -> not done -> is not recurring -> path does not include 2-Areas -> happens on 2023-08-05 -> group by filename -> ``` - -> [!WARNING]+ Upcoming -> ```tasks -> not done -> is not recurring -> path does not include 2-Areas -> happens in 2023-08-06 2023-09-04 -> group by happens -> ``` - -> [!IMPORTANT]- Next Actions -> ```tasks -> not done -> path does not include 2-Areas -> tags include #next -> group by function task.tags.filter( (tag) => ! tag.includes("#next") ) -> ``` - -> [!QUESTION]- Waiting For -> ```tasks -> not done -> path does not include 2-Areas -> tags include #waiting -> group by filename -> ``` - -> [!BUG]- Delegated -> ```tasks -> not done -> path does not include 2-Areas -> tags include #delegated -> group by filename -> ``` - -> [!MISSING]- Task Log -> ```tasks -> path does not include 2-Areas -> done on 2023-08-05 -> group by filename -> ``` - -> [! ABSTRACT]+ Workout Log 💪 -> ```dataview -> LIST -> FROM "-Workout_Log" -> WHERE contains(file.name, "2023-08-05") -> ``` - -> [!TODO]+ Recurring -> ```tasks -> not done -> is recurring -> filter by function task.due.moment?.isSameOrBefore('2023-08-05', 'day') || false -> group by filename -> ``` - -## Journal 📔 - -Mood:: - -An Interesting Title : - - - -Decisions I made : - -- - -Positive and grateful for things : - -1. - -Good and kind things I did : - -1. \ No newline at end of file diff --git a/-Daily-Notes/2023-08-06.md b/-Daily-Notes/2023-08-06.md deleted file mode 100644 index 8a58dee..0000000 --- a/-Daily-Notes/2023-08-06.md +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: 2023-08-06 -date: 2023-08-05 12:16:00 -lastmod: 2023-08-05 12:16:00 -categories: -tags: daily-notes -aliases: -share: false ---- - -# 2023-08-06 - -Hi partner, today is Sunday. - -❮ [[2023]] / [[2023-Q3|Q3]] / [[2023-08|August]] / [[2023-W31|Week 31]] ❯ - -❮ [[2023-08-05]] | 2023-08-06 | [[2023-08-07]] ❯ - -[[Dashboard 🗺️]] & [[TaskBoard ✅]] - -> [!EXAMPLE]- Ongoing Medias 🎮 -> ![[Ongoing Medias 🎮#Ongoing Medias 🎮]] - -> [!INFO]- Time left ⏱ -> ![[Time Left ⏱#Time Left ⏱]] - -> [!QUOTE]- Google Calendar 📅 -> ![[Google Calendar Weekly View 📅#Google Calendar Weekly View 📅]] - -> [!QUOTE]- Tasks Calendar ✅ -> ![[Tasks Calendar Weekly View ✅#Tasks Calendar Weekly View ✅]] - -> [!EXAMPLE]- Ongoing & Upcoming Projects 🎯 -> -> ```tasks -> not done -> path includes 2-Areas -> (status.type is IN_PROGRESS) OR (happens in 2023) -> group by function (!task.due.moment) ? '%%4%% ==Undated==' : result = task.due.moment.isBefore('2023-08-06', 'day') ? '%%1%% ==Overdue==' : result = task.due.moment.isSame('2023-08-06', 'day') ? '%%2%% ==Today==' : '%%3%% ==Future==' -> group by happens -> ``` - -## Notes 📝 - - - -![[0-Inbox 📥#0-Inbox 📥]] - -> [!DANGER]+ Overdue -> ```tasks -> not done -> is not recurring -> path does not include 2-Areas -> happens before 2023-08-06 -> group by happens -> ``` - -> [!CHECK]+ Do Today -> ```tasks -> not done -> is not recurring -> path does not include 2-Areas -> happens on 2023-08-06 -> group by filename -> ``` - -> [!WARNING]+ Upcoming -> ```tasks -> not done -> is not recurring -> path does not include 2-Areas -> happens in 2023-08-07 2023-09-05 -> group by happens -> ``` - -> [!IMPORTANT]- Next Actions -> ```tasks -> not done -> path does not include 2-Areas -> tags include #next -> group by function task.tags.filter( (tag) => ! tag.includes("#next") ) -> ``` - -> [!QUESTION]- Waiting For -> ```tasks -> not done -> path does not include 2-Areas -> tags include #waiting -> group by filename -> ``` - -> [!BUG]- Delegated -> ```tasks -> not done -> path does not include 2-Areas -> tags include #delegated -> group by filename -> ``` - -> [!MISSING]- Task Log -> ```tasks -> path does not include 2-Areas -> done on 2023-08-06 -> group by filename -> ``` - -> [! ABSTRACT]+ Workout Log 💪 -> ```dataview -> LIST -> FROM "-Workout_Log" -> WHERE contains(file.name, "2023-08-06") -> ``` - -> [!TODO]+ Recurring -> ```tasks -> not done -> is recurring -> filter by function task.due.moment?.isSameOrBefore('2023-08-06', 'day') || false -> group by filename -> ``` - -## Journal 📔 - -Mood:: - -An Interesting Title : - - - -Decisions I made : - -- - -Positive and grateful for things : - -1. - -Good and kind things I did : - -1. \ No newline at end of file