From 72c7f76448ba5085765cd1d5519e36d0710a71ca Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Sun, 2 Mar 2025 15:22:38 -0500 Subject: [PATCH] vault backup: 2025-03-02 15:22:38 --- 1 Daily Notes/2025/2025-07-02.md | 50 +++++++++++++++++++ 1 Daily Notes/2025/2025-07-03.md | 50 +++++++++++++++++++ 900s Calendars/Personal/2025-07-01 Arrive.md | 9 ++++ .../2025-07-02 Changing of the Guard.md | 8 +++ ...-07-02 Tea Time at Chesterfield Mayfair.md | 8 +++ .../2025-07-03 Travel to Milton Keynes.md | 8 +++ 6 files changed, 133 insertions(+) create mode 100644 1 Daily Notes/2025/2025-07-02.md create mode 100644 1 Daily Notes/2025/2025-07-03.md create mode 100644 900s Calendars/Personal/2025-07-01 Arrive.md create mode 100644 900s Calendars/Personal/2025-07-02 Changing of the Guard.md create mode 100644 900s Calendars/Personal/2025-07-02 Tea Time at Chesterfield Mayfair.md create mode 100644 900s Calendars/Personal/2025-07-03 Travel to Milton Keynes.md diff --git a/1 Daily Notes/2025/2025-07-02.md b/1 Daily Notes/2025/2025-07-02.md new file mode 100644 index 000000000..3a8b30e32 --- /dev/null +++ b/1 Daily Notes/2025/2025-07-02.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/1 Daily Notes/2025/2025-07-03.md b/1 Daily Notes/2025/2025-07-03.md new file mode 100644 index 000000000..3a8b30e32 --- /dev/null +++ b/1 Daily Notes/2025/2025-07-03.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/Personal/2025-07-01 Arrive.md b/900s Calendars/Personal/2025-07-01 Arrive.md new file mode 100644 index 000000000..391961a6f --- /dev/null +++ b/900s Calendars/Personal/2025-07-01 Arrive.md @@ -0,0 +1,9 @@ +--- +title: Arrive +allDay: false +startTime: 06:30 +endTime: 07:30 +date: 2025-07-01 +completed: null +type: single +--- diff --git a/900s Calendars/Personal/2025-07-02 Changing of the Guard.md b/900s Calendars/Personal/2025-07-02 Changing of the Guard.md new file mode 100644 index 000000000..cf21f55e5 --- /dev/null +++ b/900s Calendars/Personal/2025-07-02 Changing of the Guard.md @@ -0,0 +1,8 @@ +--- +title: Changing of the Guard +allDay: false +startTime: 10:00 +endTime: 12:00 +date: 2025-07-02 +completed: null +--- diff --git a/900s Calendars/Personal/2025-07-02 Tea Time at Chesterfield Mayfair.md b/900s Calendars/Personal/2025-07-02 Tea Time at Chesterfield Mayfair.md new file mode 100644 index 000000000..9afca9bbb --- /dev/null +++ b/900s Calendars/Personal/2025-07-02 Tea Time at Chesterfield Mayfair.md @@ -0,0 +1,8 @@ +--- +title: Tea Time at Chesterfield Mayfair +allDay: false +startTime: 12:30 +endTime: 14:30 +date: 2025-07-02 +completed: null +--- diff --git a/900s Calendars/Personal/2025-07-03 Travel to Milton Keynes.md b/900s Calendars/Personal/2025-07-03 Travel to Milton Keynes.md new file mode 100644 index 000000000..957e54b25 --- /dev/null +++ b/900s Calendars/Personal/2025-07-03 Travel to Milton Keynes.md @@ -0,0 +1,8 @@ +--- +title: Travel to Milton Keynes +allDay: false +startTime: 14:00 +endTime: 15:30 +date: 2025-07-03 +completed: null +---