From 45fec72014a2a2e19bcc09765517019f77f6e1fa Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Tue, 24 Sep 2024 15:40:38 -0400 Subject: [PATCH] vault backup: 2024-09-24 15:40:38 --- 1 Daily Notes/2024/9 September/2024-09-25.md | 43 +++++++++++++++++++ 1 Daily Notes/2024/9 September/2024-09-26.md | 43 +++++++++++++++++++ 1 Daily Notes/2024/9 September/2024-09-27.md | 43 +++++++++++++++++++ 1 Daily Notes/2024/9 September/2024-09-30.md | 43 +++++++++++++++++++ 1 Daily Notes/To Do List.md | 2 +- .../1 Managing Stuff/0. To Do List.md | 1 + 6 files changed, 174 insertions(+), 1 deletion(-) create mode 100644 1 Daily Notes/2024/9 September/2024-09-25.md create mode 100644 1 Daily Notes/2024/9 September/2024-09-26.md create mode 100644 1 Daily Notes/2024/9 September/2024-09-27.md create mode 100644 1 Daily Notes/2024/9 September/2024-09-30.md create mode 100644 4 Qualifying Exam/1 Managing Stuff/0. To Do List.md diff --git a/1 Daily Notes/2024/9 September/2024-09-25.md b/1 Daily Notes/2024/9 September/2024-09-25.md new file mode 100644 index 00000000..ce55ff82 --- /dev/null +++ b/1 Daily Notes/2024/9 September/2024-09-25.md @@ -0,0 +1,43 @@ +--- +date: 2024-09-25 +tags: +--- +# Yesterday | Tomorrow + << [[2024-09-24]] | [[2024-09-26 ]] >> +# This Week's Weekly Note +[[ Weekly Note 2024-09-18]] +# Tasks for today +## Due +```dataview +task +where + due <= date(this.date) + and due + and !completed + and status != "-" + and status != " " +sort due asc +group by file.folder +``` +## Scheduled +```dataview +task +where + scheduled + and scheduled <= date(this.date) + and !completed + and status != "-" + and status != " " +sort due asc +group by file.folder +``` +## Completed +```dataview +task +where + completed + and completion = date(this.date) +sort due asc +group by file.folder +``` +# Calendar Tasks \ No newline at end of file diff --git a/1 Daily Notes/2024/9 September/2024-09-26.md b/1 Daily Notes/2024/9 September/2024-09-26.md new file mode 100644 index 00000000..4a99ec80 --- /dev/null +++ b/1 Daily Notes/2024/9 September/2024-09-26.md @@ -0,0 +1,43 @@ +--- +date: 2024-09-26 +tags: +--- +# Yesterday | Tomorrow + << [[2024-09-25]] | [[2024-09-27 ]] >> +# This Week's Weekly Note +[[ Weekly Note 2024-09-25]] +# Tasks for today +## Due +```dataview +task +where + due <= date(this.date) + and due + and !completed + and status != "-" + and status != " " +sort due asc +group by file.folder +``` +## Scheduled +```dataview +task +where + scheduled + and scheduled <= date(this.date) + and !completed + and status != "-" + and status != " " +sort due asc +group by file.folder +``` +## Completed +```dataview +task +where + completed + and completion = date(this.date) +sort due asc +group by file.folder +``` +# Calendar Tasks \ No newline at end of file diff --git a/1 Daily Notes/2024/9 September/2024-09-27.md b/1 Daily Notes/2024/9 September/2024-09-27.md new file mode 100644 index 00000000..5432a587 --- /dev/null +++ b/1 Daily Notes/2024/9 September/2024-09-27.md @@ -0,0 +1,43 @@ +--- +date: 2024-09-27 +tags: +--- +# Yesterday | Tomorrow + << [[2024-09-26]] | [[2024-09-30 ]] >> +# This Week's Weekly Note +[[ Weekly Note 2024-09-25]] +# Tasks for today +## Due +```dataview +task +where + due <= date(this.date) + and due + and !completed + and status != "-" + and status != " " +sort due asc +group by file.folder +``` +## Scheduled +```dataview +task +where + scheduled + and scheduled <= date(this.date) + and !completed + and status != "-" + and status != " " +sort due asc +group by file.folder +``` +## Completed +```dataview +task +where + completed + and completion = date(this.date) +sort due asc +group by file.folder +``` +# Calendar Tasks \ No newline at end of file diff --git a/1 Daily Notes/2024/9 September/2024-09-30.md b/1 Daily Notes/2024/9 September/2024-09-30.md new file mode 100644 index 00000000..aa8f62c4 --- /dev/null +++ b/1 Daily Notes/2024/9 September/2024-09-30.md @@ -0,0 +1,43 @@ +--- +date: 2024-09-30 +tags: +--- +# Yesterday | Tomorrow + << [[2024-09-27]] | [[2024-10-01 ]] >> +# This Week's Weekly Note +[[ Weekly Note 2024-09-25]] +# Tasks for today +## Due +```dataview +task +where + due <= date(this.date) + and due + and !completed + and status != "-" + and status != " " +sort due asc +group by file.folder +``` +## Scheduled +```dataview +task +where + scheduled + and scheduled <= date(this.date) + and !completed + and status != "-" + and status != " " +sort due asc +group by file.folder +``` +## Completed +```dataview +task +where + completed + and completion = date(this.date) +sort due asc +group by file.folder +``` +# Calendar Tasks \ No newline at end of file diff --git a/1 Daily Notes/To Do List.md b/1 Daily Notes/To Do List.md index 907d8c0f..365f87fa 100644 --- a/1 Daily Notes/To Do List.md +++ b/1 Daily Notes/To Do List.md @@ -3,4 +3,4 @@ - [x] Create meeting for next week 📅 2024-09-20 ✅ 2024-09-20 # Personal -- [<] Water the plants! ⏳ 2024-09-24 📅 2024-09-24 \ No newline at end of file +- [<] Water the plants! ⏳ 2024-09-24 📅 2024-09-24 diff --git a/4 Qualifying Exam/1 Managing Stuff/0. To Do List.md b/4 Qualifying Exam/1 Managing Stuff/0. To Do List.md new file mode 100644 index 00000000..76492ace --- /dev/null +++ b/4 Qualifying Exam/1 Managing Stuff/0. To Do List.md @@ -0,0 +1 @@ +- [<] Read email from Dr. Cho with shared documents 📅 2024-09-25 ⏳ 2024-09-25 \ No newline at end of file