From 1729482cd3dacd9fadba9dfa38b89fd58fd24fb5 Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Thu, 27 Feb 2025 09:56:18 -0500 Subject: [PATCH] vault backup: 2025-02-27 09:56:18 --- 1 Daily Notes/2025/2025-02-27.md | 50 +++++++++++++++++++ .../Learning/2025-02-27 ME2046 HW3.md | 8 +++ 900s Calendars/Personal/2025-02-27 Bus in.md | 8 +++ 900s Calendars/Research/Research - README.md | 4 +- 4 files changed, 68 insertions(+), 2 deletions(-) create mode 100644 1 Daily Notes/2025/2025-02-27.md create mode 100644 900s Calendars/Learning/2025-02-27 ME2046 HW3.md create mode 100644 900s Calendars/Personal/2025-02-27 Bus in.md diff --git a/1 Daily Notes/2025/2025-02-27.md b/1 Daily Notes/2025/2025-02-27.md new file mode 100644 index 000000000..3a8b30e32 --- /dev/null +++ b/1 Daily Notes/2025/2025-02-27.md @@ -0,0 +1,50 @@ +--- +date: <% tp.file.title %> +tags: +--- +# Yesterday | Tomorrow + << [[1 Daily Notes/2024/11 November/<%*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/11 November/<%*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 \ No newline at end of file diff --git a/900s Calendars/Learning/2025-02-27 ME2046 HW3.md b/900s Calendars/Learning/2025-02-27 ME2046 HW3.md new file mode 100644 index 000000000..9de093c5c --- /dev/null +++ b/900s Calendars/Learning/2025-02-27 ME2046 HW3.md @@ -0,0 +1,8 @@ +--- +title: ME2046 HW3 +allDay: false +startTime: 10:30 +endTime: 11:00 +date: 2025-02-27 +completed: null +--- diff --git a/900s Calendars/Personal/2025-02-27 Bus in.md b/900s Calendars/Personal/2025-02-27 Bus in.md new file mode 100644 index 000000000..d92d5db94 --- /dev/null +++ b/900s Calendars/Personal/2025-02-27 Bus in.md @@ -0,0 +1,8 @@ +--- +title: Bus in +allDay: false +startTime: 10:00 +endTime: 10:30 +date: 2025-02-27 +completed: null +--- diff --git a/900s Calendars/Research/Research - README.md b/900s Calendars/Research/Research - README.md index 8e3d6bd3e..abfc81dd1 100644 --- a/900s Calendars/Research/Research - README.md +++ b/900s Calendars/Research/Research - README.md @@ -8,8 +8,8 @@ - [[2025-02-24 LEAN.md]] - [[2025-02-24 TLA Learning Plan and Notes.md]] - [[2025-02-26 BoardTalk with Robert.md]] -- [[2025-02-27 Finish Assembly Verification paper]] -- [[2025-02-27 Rust Chapter 2]] +- [[2025-02-27 Finish Assembly Verification paper.md]] +- [[2025-02-27 Rust Chapter 2.md]] ## Summary