From 4c8fa0ef3e891872d8722435cdd0f599d30bccc3 Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Wed, 9 Apr 2025 10:12:04 -0400 Subject: [PATCH] vault backup: 2025-04-09 10:12:04 --- 1 Daily Notes/2025/2025-04-09.md | 50 +++++++++++++++++++ .../2025-04-09 Cleaning Desk and Coffee.md | 8 +++ .../Research/2025-04-09 TLA+ Module 6.md | 8 +++ 9999 Personal/Journal/Journal - README.md | 1 + 4 files changed, 67 insertions(+) create mode 100644 1 Daily Notes/2025/2025-04-09.md create mode 100644 900s Calendars/Other Work/2025-04-09 Cleaning Desk and Coffee.md create mode 100644 900s Calendars/Research/2025-04-09 TLA+ Module 6.md diff --git a/1 Daily Notes/2025/2025-04-09.md b/1 Daily Notes/2025/2025-04-09.md new file mode 100644 index 000000000..3a8b30e32 --- /dev/null +++ b/1 Daily Notes/2025/2025-04-09.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/Other Work/2025-04-09 Cleaning Desk and Coffee.md b/900s Calendars/Other Work/2025-04-09 Cleaning Desk and Coffee.md new file mode 100644 index 000000000..c99ba4e12 --- /dev/null +++ b/900s Calendars/Other Work/2025-04-09 Cleaning Desk and Coffee.md @@ -0,0 +1,8 @@ +--- +title: Cleaning Desk and Coffee +allDay: false +startTime: 09:00 +endTime: 10:00 +date: 2025-04-09 +completed: null +--- diff --git a/900s Calendars/Research/2025-04-09 TLA+ Module 6.md b/900s Calendars/Research/2025-04-09 TLA+ Module 6.md new file mode 100644 index 000000000..480444f56 --- /dev/null +++ b/900s Calendars/Research/2025-04-09 TLA+ Module 6.md @@ -0,0 +1,8 @@ +--- +title: TLA+ Module 6 +allDay: false +startTime: 10:00 +endTime: 10:30 +date: 2025-04-09 +completed: null +--- diff --git a/9999 Personal/Journal/Journal - README.md b/9999 Personal/Journal/Journal - README.md index 3d07ab509..25e62dd2f 100644 --- a/9999 Personal/Journal/Journal - README.md +++ b/9999 Personal/Journal/Journal - README.md @@ -2,6 +2,7 @@ ## Files - [[20250331_Should_I_Continue.md]] +- [[20250409_*horsenoises*.md]] ## Summary