From c3c23aeec48c05ce428fdc56f6d90b1704ef0500 Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Wed, 9 Oct 2024 09:47:17 -0400 Subject: [PATCH] vault backup: 2024-10-09 09:47:17 --- 0 Managerial Pages/To Do List.md | 1 + 1 Daily Notes/2024/10 October/2024-10-08.md | 50 +++++++++++++++++++ 1 Daily Notes/2024/10 October/2024-10-09.md | 50 +++++++++++++++++++ .../To Do.md | 3 +- .../2024-10-08 Midterm .md | 2 +- .../http/servers/routes/handle/webdav 1.md | 0 .../apps/http/servers/routes/handle/webdav.md | 0 7 files changed, 104 insertions(+), 2 deletions(-) create mode 100644 1 Daily Notes/2024/10 October/2024-10-08.md create mode 100644 1 Daily Notes/2024/10 October/2024-10-09.md delete mode 100644 caddyserver.com/docs/json/apps/http/servers/routes/handle/webdav 1.md delete mode 100644 caddyserver.com/docs/json/apps/http/servers/routes/handle/webdav.md diff --git a/0 Managerial Pages/To Do List.md b/0 Managerial Pages/To Do List.md index 28fb3be1..acc3140c 100644 --- a/0 Managerial Pages/To Do List.md +++ b/0 Managerial Pages/To Do List.md @@ -5,6 +5,7 @@ # Personal - [x] Water the plants! ⏳ 2024-09-24 📅 2024-09-24 [completion:: 2024-09-24] +- [ ] Check in for flight to MSY! 📅 2024-10-09 # Work Stuff - [x] Put Zotero web server on my own box ✅ 2024-10-01 diff --git a/1 Daily Notes/2024/10 October/2024-10-08.md b/1 Daily Notes/2024/10 October/2024-10-08.md new file mode 100644 index 00000000..3238d8be --- /dev/null +++ b/1 Daily Notes/2024/10 October/2024-10-08.md @@ -0,0 +1,50 @@ +--- +date: 2024-10-08 +tags: +--- +# Yesterday | Tomorrow + << [[1 Daily Notes/2024/10 October/2024-10-07]] | [[1 Daily Notes/2024/10 October/2024-10-09 ]] >> +# This Week's Weekly Note +[[ Weekly Note 2024-10-02]] +# Tasks for today +## Due +```dataview +task +where + due <= date(this.date) + and due + and !completed + and status != "-" +sort due asc +group by file.folder +``` +## Scheduled +```dataview +task +where + scheduled + and scheduled <= date(this.date) + and !completed + and status != "-" +sort due asc +group by file.folder +``` +## Tasks in Progress +```dataview +task +where +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/10 October/2024-10-09.md b/1 Daily Notes/2024/10 October/2024-10-09.md new file mode 100644 index 00000000..c203d716 --- /dev/null +++ b/1 Daily Notes/2024/10 October/2024-10-09.md @@ -0,0 +1,50 @@ +--- +date: 2024-10-09 +tags: +--- +# Yesterday | Tomorrow + << [[1 Daily Notes/2024/10 October/2024-10-08]] | [[1 Daily Notes/2024/10 October/2024-10-10 ]] >> +# This Week's Weekly Note +[[ Weekly Note 2024-10-02]] +# Tasks for today +## Due +```dataview +task +where + due <= date(this.date) + and due + and !completed + and status != "-" +sort due asc +group by file.folder +``` +## Scheduled +```dataview +task +where + scheduled + and scheduled <= date(this.date) + and !completed + and status != "-" +sort due asc +group by file.folder +``` +## Tasks in Progress +```dataview +task +where +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/300s School/ME 2016 - Nonlinear Dynamical Systems 1/To Do.md b/300s School/ME 2016 - Nonlinear Dynamical Systems 1/To Do.md index deb66e01..ff1ec705 100644 --- a/300s School/ME 2016 - Nonlinear Dynamical Systems 1/To Do.md +++ b/300s School/ME 2016 - Nonlinear Dynamical Systems 1/To Do.md @@ -1,2 +1,3 @@ # Homework -- [x] Homework 2 🛫 2024-10-02 📅 2024-10-04 ✅ 2024-10-04 \ No newline at end of file +- [x] Homework 2 🛫 2024-10-02 📅 2024-10-04 ✅ 2024-10-04 +- [ ] Homework 3🛫 2024-10-14 📅 2024-10-18 \ No newline at end of file diff --git a/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-10-08 Midterm .md b/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-10-08 Midterm .md index adee9574..9e770c28 100644 --- a/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-10-08 Midterm .md +++ b/300s School/NUCE 2100 - Fundamentals of Nuclear Engineering/2024-10-08 Midterm .md @@ -6,4 +6,4 @@ endTime: 19:01 date: 2024-10-08 completed: null --- - - [ ] Midterm 📅 2024-10-08 🔺 ⏳ 2024-10-07 \ No newline at end of file + - [x] Midterm 🔺 ⏳ 2024-10-07 📅 2024-10-08 ✅ 2024-10-08 \ No newline at end of file diff --git a/caddyserver.com/docs/json/apps/http/servers/routes/handle/webdav 1.md b/caddyserver.com/docs/json/apps/http/servers/routes/handle/webdav 1.md deleted file mode 100644 index e69de29b..00000000 diff --git a/caddyserver.com/docs/json/apps/http/servers/routes/handle/webdav.md b/caddyserver.com/docs/json/apps/http/servers/routes/handle/webdav.md deleted file mode 100644 index e69de29b..00000000