diff --git a/1 Daily Notes/2025/2025-01-15.md b/1 Daily Notes/2025/2025-01-15.md new file mode 100644 index 00000000..85b84235 --- /dev/null +++ b/1 Daily Notes/2025/2025-01-15.md @@ -0,0 +1,31 @@ +--- +date: 2025-01-15 +tags: +--- +# Links to Other Pages +## Yesterday | Tomorrow + << [[1 Daily Notes/2025/2025-01-14]] | [[1 Daily Notes/2025/2025-01-16 ]] >> +## This Week's Weekly Note +[[ Weekly Note 2025-01-08]] +# 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