diff --git a/.obsidian/graph.json b/.obsidian/graph.json index cce98473e..5d2319975 100755 --- a/.obsidian/graph.json +++ b/.obsidian/graph.json @@ -67,6 +67,6 @@ "repelStrength": 12.5, "linkStrength": 1, "linkDistance": 140, - "scale": 0.1719831426888229, + "scale": 0.07643695230614346, "close": true } \ No newline at end of file diff --git a/1 Daily Notes/2024/2025-01-02.md b/1 Daily Notes/2024/2025-01-02.md index 529dc9f2d..8a9f9df48 100644 --- a/1 Daily Notes/2024/2025-01-02.md +++ b/1 Daily Notes/2024/2025-01-02.md @@ -9,6 +9,7 @@ tags: [[ Weekly Note 2025-01-01]] # Summary ## What's the plan! +- [x] test [completion:: 2025-01-03] ## What's the results! diff --git a/1 Daily Notes/2024/2025-01-03.md b/1 Daily Notes/2024/2025-01-03.md index b7958181d..a1a153fac 100644 --- a/1 Daily Notes/2024/2025-01-03.md +++ b/1 Daily Notes/2024/2025-01-03.md @@ -11,17 +11,27 @@ tags: ## What's Overdue! ```dataview task -from 1 +from "1 Daily Notes" where !completed - and status != "-" - and due -group by file.folder + and status != "-" + and file.name != this.file.name +group by file.name ``` ## What's the plan! - [ ] Get whatever I wrote for that old paper into the NPIC one - [ ] Fill in highlighted sections for Lauren and GSA document - [ ] Join union discord? - [ ] Look around at wireless proposals / papers +- [x] Fixed up daily note template to cater to quick tasks ✅ 2025-01-03 +- [ ] Figure out class / work schedule ## 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-06.md b/1 Daily Notes/2024/2025-01-06.md new file mode 100644 index 000000000..01a0f02bf --- /dev/null +++ b/1 Daily Notes/2024/2025-01-06.md @@ -0,0 +1,31 @@ +--- +date: 2025-01-06 +tags: +--- +# Links to Other Pages +## Yesterday | Tomorrow + << [[1 Daily Notes/2024/2025-01-03]] | [[1 Daily Notes/2024/2025-01-07 ]] >> +## 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/1000s Templates/Daily Note Template 2.0.md b/1000s Templates/Daily Note Template 2.0.md index b308e22fb..6c2de8947 100755 --- a/1000s Templates/Daily Note Template 2.0.md +++ b/1000s Templates/Daily Note Template 2.0.md @@ -8,8 +8,24 @@ tags: ## 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"); } %>]] # 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