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 000000000..ce55ff826 --- /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 000000000..4a99ec807 --- /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 000000000..5432a5874 --- /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 000000000..aa8f62c46 --- /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 907d8c0fc..365f87fa6 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 000000000..76492ace6 --- /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