From 6953e0aaf3affb8971f4cc6d2c3bfdcdd3cbba7a Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Wed, 18 Dec 2024 11:09:51 -0500 Subject: [PATCH] vault backup: 2024-12-18 11:09:51 --- 0 Managerial Pages/To Do List.md | 1 + 1 Daily Notes/2024/9 September/2024-10-02.md | 43 ---------------- 1 Daily Notes/2024/9 September/2024-10-07.md | 51 ------------------- 1 Daily Notes/2024/9 September/2024-10-09.md | 52 -------------------- 1 Daily Notes/2024/9 September/2024-10-15.md | 52 -------------------- 1 Daily Notes/2024/9 September/2024-10-28.md | 51 ------------------- 6 files changed, 1 insertion(+), 249 deletions(-) delete mode 100644 1 Daily Notes/2024/9 September/2024-10-02.md delete mode 100644 1 Daily Notes/2024/9 September/2024-10-07.md delete mode 100644 1 Daily Notes/2024/9 September/2024-10-09.md delete mode 100644 1 Daily Notes/2024/9 September/2024-10-15.md delete mode 100644 1 Daily Notes/2024/9 September/2024-10-28.md diff --git a/0 Managerial Pages/To Do List.md b/0 Managerial Pages/To Do List.md index fc27de9a..38affffb 100644 --- a/0 Managerial Pages/To Do List.md +++ b/0 Managerial Pages/To Do List.md @@ -3,6 +3,7 @@ - [x] Create meeting for next week 📅 2024-09-20 ✅ 2024-09-20 - [x] Email Megan Lenze looking for table cloth 📅 2024-09-27 [completion:: 2024-09-30] - [x] Write an email for Lauren 📅 2024-10-15 [completion:: 2024-10-15] +- [ ] Make QSG Plan # Personal - [x] Water the plants! ⏳ 2024-09-24 📅 2024-09-24 [completion:: 2024-09-24] diff --git a/1 Daily Notes/2024/9 September/2024-10-02.md b/1 Daily Notes/2024/9 September/2024-10-02.md deleted file mode 100644 index 8ec7141b..00000000 --- a/1 Daily Notes/2024/9 September/2024-10-02.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -date: <% tp.file.title %> -tags: ---- -# Yesterday | Tomorrow - << [[<%*if (tp.date.weekday("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") == tp.file.title) { tR += tp.date.now("YYYY-MM-DD", -3, tp.file.title, "YYYY-MM-DD"); } else { tR += tp.date.now("YYYY-MM-DD", -1, tp.file.title, "YYYY-MM-DD");} %>]] | [[<%*if (tp.date.weekday("YYYY-MM-DD", 5, tp.file.title, "YYYY-MM-DD") == tp.file.title) { tR += tp.date.now("YYYY-MM-DD", +3, tp.file.title, "YYYY-MM-DD"); } else { tR += tp.date.now("YYYY-MM-DD", +1, tp.file.title, "YYYY-MM-DD");} %> ]] >> -# This Week's Weekly Note -[[ Weekly Note <%*if (tp.date.weekday("YYYY-MM-DD", 3, tp.file.title, "YYYY-MM-DD") >= tp.file.title) {tR += tp.date.weekday("YYYY-MM-DD", -4, tp.file.title, "YYYY-MM-DD"); } else {tR += tp.date.weekday("YYYY-MM-DD", 3, tp.file.title, "YYYY-MM-DD"); } %>]] -# 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 -``` -## Completed -```dataview -task -where - completed - and completion = date(this.date) -sort due asc -group by file.folder -``` -# Calendar Tasks -- Lunch [startTime:: 12:30] [endTime:: 13:30] -- Goals and Outcomes [startTime:: 10:00] [endTime:: 12:00] \ No newline at end of file diff --git a/1 Daily Notes/2024/9 September/2024-10-07.md b/1 Daily Notes/2024/9 September/2024-10-07.md deleted file mode 100644 index f57dc34e..00000000 --- a/1 Daily Notes/2024/9 September/2024-10-07.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -date: <% tp.file.title %> -tags: ---- -# Yesterday | Tomorrow - << [[1 Daily Notes/2024/10 October/<%*if (tp.date.weekday("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") == tp.file.title) { tR += tp.date.now("YYYY-MM-DD", -3, tp.file.title, "YYYY-MM-DD"); } else { tR += tp.date.now("YYYY-MM-DD", -1, tp.file.title, "YYYY-MM-DD");} %>]] | [[1 Daily Notes/2024/10 October/<%*if (tp.date.weekday("YYYY-MM-DD", 5, tp.file.title, "YYYY-MM-DD") == tp.file.title) { tR += tp.date.now("YYYY-MM-DD", +3, tp.file.title, "YYYY-MM-DD"); } else { tR += tp.date.now("YYYY-MM-DD", +1, tp.file.title, "YYYY-MM-DD");} %> ]] >> -# This Week's Weekly Note -[[ Weekly Note <%*if (tp.date.weekday("YYYY-MM-DD", 3, tp.file.title, "YYYY-MM-DD") >= tp.file.title) {tR += tp.date.weekday("YYYY-MM-DD", -4, tp.file.title, "YYYY-MM-DD"); } else {tR += tp.date.weekday("YYYY-MM-DD", 3, tp.file.title, "YYYY-MM-DD"); } %>]] -# 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 -- NUCE 2100 Midtemr [startTime:: 10:30] [endTime:: 11:30] \ No newline at end of file diff --git a/1 Daily Notes/2024/9 September/2024-10-09.md b/1 Daily Notes/2024/9 September/2024-10-09.md deleted file mode 100644 index 7e4ae431..00000000 --- a/1 Daily Notes/2024/9 September/2024-10-09.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -date: <% tp.file.title %> -tags: ---- -# Yesterday | Tomorrow - << [[1 Daily Notes/2024/10 October/<%*if (tp.date.weekday("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") == tp.file.title) { tR += tp.date.now("YYYY-MM-DD", -3, tp.file.title, "YYYY-MM-DD"); } else { tR += tp.date.now("YYYY-MM-DD", -1, tp.file.title, "YYYY-MM-DD");} %>]] | [[1 Daily Notes/2024/10 October/<%*if (tp.date.weekday("YYYY-MM-DD", 5, tp.file.title, "YYYY-MM-DD") == tp.file.title) { tR += tp.date.now("YYYY-MM-DD", +3, tp.file.title, "YYYY-MM-DD"); } else { tR += tp.date.now("YYYY-MM-DD", +1, tp.file.title, "YYYY-MM-DD");} %> ]] >> -# This Week's Weekly Note -[[ Weekly Note <%*if (tp.date.weekday("YYYY-MM-DD", 3, tp.file.title, "YYYY-MM-DD") >= tp.file.title) {tR += tp.date.weekday("YYYY-MM-DD", -4, tp.file.title, "YYYY-MM-DD"); } else {tR += tp.date.weekday("YYYY-MM-DD", 3, tp.file.title, "YYYY-MM-DD"); } %>]] -# 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 -- Lunch [startTime:: 12:00] [endTime:: 13:00] -- SOTA [startTime:: 10:30] [endTime:: 12:00] \ No newline at end of file diff --git a/1 Daily Notes/2024/9 September/2024-10-15.md b/1 Daily Notes/2024/9 September/2024-10-15.md deleted file mode 100644 index 0eb4ded9..00000000 --- a/1 Daily Notes/2024/9 September/2024-10-15.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -date: <% tp.file.title %> -tags: ---- -# Yesterday | Tomorrow - << [[1 Daily Notes/2024/10 October/<%*if (tp.date.weekday("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") == tp.file.title) { tR += tp.date.now("YYYY-MM-DD", -3, tp.file.title, "YYYY-MM-DD"); } else { tR += tp.date.now("YYYY-MM-DD", -1, tp.file.title, "YYYY-MM-DD");} %>]] | [[1 Daily Notes/2024/10 October/<%*if (tp.date.weekday("YYYY-MM-DD", 5, tp.file.title, "YYYY-MM-DD") == tp.file.title) { tR += tp.date.now("YYYY-MM-DD", +3, tp.file.title, "YYYY-MM-DD"); } else { tR += tp.date.now("YYYY-MM-DD", +1, tp.file.title, "YYYY-MM-DD");} %> ]] >> -# This Week's Weekly Note -[[ Weekly Note <%*if (tp.date.weekday("YYYY-MM-DD", 3, tp.file.title, "YYYY-MM-DD") >= tp.file.title) {tR += tp.date.weekday("YYYY-MM-DD", -4, tp.file.title, "YYYY-MM-DD"); } else {tR += tp.date.weekday("YYYY-MM-DD", 3, tp.file.title, "YYYY-MM-DD"); } %>]] -# 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 -- Classes, Lauren Email, Find papers for QE [startTime:: 10:30] [endTime:: 12:30] -- NRC note and other [startTime:: 09:00] [endTime:: 10:30] \ No newline at end of file diff --git a/1 Daily Notes/2024/9 September/2024-10-28.md b/1 Daily Notes/2024/9 September/2024-10-28.md deleted file mode 100644 index 3886c8cd..00000000 --- a/1 Daily Notes/2024/9 September/2024-10-28.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -date: <% tp.file.title %> -tags: ---- -# Yesterday | Tomorrow - << [[1 Daily Notes/2024/10 October/<%*if (tp.date.weekday("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") == tp.file.title) { tR += tp.date.now("YYYY-MM-DD", -3, tp.file.title, "YYYY-MM-DD"); } else { tR += tp.date.now("YYYY-MM-DD", -1, tp.file.title, "YYYY-MM-DD");} %>]] | [[1 Daily Notes/2024/10 October/<%*if (tp.date.weekday("YYYY-MM-DD", 5, tp.file.title, "YYYY-MM-DD") == tp.file.title) { tR += tp.date.now("YYYY-MM-DD", +3, tp.file.title, "YYYY-MM-DD"); } else { tR += tp.date.now("YYYY-MM-DD", +1, tp.file.title, "YYYY-MM-DD");} %> ]] >> -# This Week's Weekly Note -[[ Weekly Note <%*if (tp.date.weekday("YYYY-MM-DD", 3, tp.file.title, "YYYY-MM-DD") >= tp.file.title) {tR += tp.date.weekday("YYYY-MM-DD", -4, tp.file.title, "YYYY-MM-DD"); } else {tR += tp.date.weekday("YYYY-MM-DD", 3, tp.file.title, "YYYY-MM-DD"); } %>]] -# 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 -- QE workin [startTime:: 08:30] [endTime:: 12:00] \ No newline at end of file