From 1882c467dfba9bfb7a8fd275b845f3753205e768 Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Wed, 8 Jan 2025 09:55:49 -0500 Subject: [PATCH] vault backup: 2025-01-08 09:55:49 --- 1 Daily Notes/2024/2025-01-07.md | 31 +++++++++++++++++++++++++++++++ 1 Daily Notes/2024/2025-01-08.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 1 Daily Notes/2024/2025-01-07.md create mode 100644 1 Daily Notes/2024/2025-01-08.md diff --git a/1 Daily Notes/2024/2025-01-07.md b/1 Daily Notes/2024/2025-01-07.md new file mode 100644 index 000000000..28e8738ad --- /dev/null +++ b/1 Daily Notes/2024/2025-01-07.md @@ -0,0 +1,31 @@ +--- +date: 2025-01-07 +tags: +--- +# Links to Other Pages +## Yesterday | Tomorrow + << [[1 Daily Notes/2024/2025-01-06]] | [[1 Daily Notes/2024/2025-01-08 ]] >> +## This Week's Weekly Note +[[ Weekly Note 2025-01-01]] +# Summary +## What's Overdue! +```dataview +task +from "1 Daily Notes" +where !completed + and status != "-" + and file.name != this.file.name +group by file.name +``` +## What's the plan! + +## What's the results! +```dataview +task +from "1 Daily Notes" +where completed + and completion = date(this.file.name) + and file.name != this.file.name +group by file.name +``` +# Calendar Tasks \ No newline at end of file diff --git a/1 Daily Notes/2024/2025-01-08.md b/1 Daily Notes/2024/2025-01-08.md new file mode 100644 index 000000000..038d026c0 --- /dev/null +++ b/1 Daily Notes/2024/2025-01-08.md @@ -0,0 +1,31 @@ +--- +date: 2025-01-08 +tags: +--- +# Links to Other Pages +## Yesterday | Tomorrow + << [[1 Daily Notes/2024/2025-01-07]] | [[1 Daily Notes/2024/2025-01-09 ]] >> +## This Week's Weekly Note +[[ Weekly Note 2025-01-01]] +# Summary +## What's Overdue! +```dataview +task +from "1 Daily Notes" +where !completed + and status != "-" + and file.name != this.file.name +group by file.name +``` +## What's the plan! + +## What's the results! +```dataview +task +from "1 Daily Notes" +where completed + and completion = date(this.file.name) + and file.name != this.file.name +group by file.name +``` +# Calendar Tasks \ No newline at end of file