From cde3cc7c1f92298e4ab64e4e2c4823927bcc5b0b Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Fri, 17 Jan 2025 10:11:29 -0500 Subject: [PATCH] vault backup: 2025-01-17 10:11:29 --- 1 Daily Notes/2025/2025-01-17.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 1 Daily Notes/2025/2025-01-17.md diff --git a/1 Daily Notes/2025/2025-01-17.md b/1 Daily Notes/2025/2025-01-17.md new file mode 100644 index 00000000..7c448a1f --- /dev/null +++ b/1 Daily Notes/2025/2025-01-17.md @@ -0,0 +1,32 @@ +--- +date: 2025-01-17 +tags: +--- +# Links to Other Pages +## Yesterday | Tomorrow + << [[1 Daily Notes/2025/2025-01-16]] | [[1 Daily Notes/2025/2025-01-20 ]] >> +## This Week's Weekly Note +[[ Weekly Note 2025-01-15]] +# 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! +- [ ] Make bullet list for Gleeson about what is not clear for QE #GSA + +## 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