diff --git a/.obsidian/graph.json b/.obsidian/graph.json index ac3ce9563..3b825f66a 100755 --- a/.obsidian/graph.json +++ b/.obsidian/graph.json @@ -1,5 +1,5 @@ { - "collapse-filter": false, + "collapse-filter": true, "search": "", "showTags": false, "showAttachments": false, @@ -57,16 +57,16 @@ } } ], - "collapse-display": false, + "collapse-display": true, "showArrow": false, "textFadeMultiplier": -1.8, "nodeSizeMultiplier": 1.79713541666667, "lineSizeMultiplier": 0.7125, - "collapse-forces": false, - "centerStrength": 0.255208333333333, - "repelStrength": 12.5, - "linkStrength": 0.333333333333333, - "linkDistance": 140, - "scale": 0.07643695230614346, - "close": false + "collapse-forces": true, + "centerStrength": 0.114583333333333, + "repelStrength": 9.16666666666667, + "linkStrength": 0.552083333333333, + "linkDistance": 84, + "scale": 0.050957968204095636, + "close": true } \ No newline at end of file diff --git a/1 Daily Notes/2025/2025-01-10.md b/1 Daily Notes/2025/2025-01-10.md new file mode 100644 index 000000000..e47539052 --- /dev/null +++ b/1 Daily Notes/2025/2025-01-10.md @@ -0,0 +1,32 @@ +--- +date: 2025-01-10 +tags: +--- +Work from home day 😎 +# Links to Other Pages +## Yesterday | Tomorrow + << [[1 Daily Notes/2025/2025-01-09]] | [[1 Daily Notes/2025/2025-01-13 ]] >> +## 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