From 6b0e5e1fd389beae9b7b3e18c44be4f973cb6081 Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Tue, 14 Jan 2025 08:46:51 -0500 Subject: [PATCH] vault backup: 2025-01-14 08:46:51 --- .obsidian/plugins/colored-tags/data.json | 4 +-- 1 Daily Notes/2025/2025-01-14.md | 32 ++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 1 Daily Notes/2025/2025-01-14.md diff --git a/.obsidian/plugins/colored-tags/data.json b/.obsidian/plugins/colored-tags/data.json index 01e8ead8..d6989c3c 100755 --- a/.obsidian/plugins/colored-tags/data.json +++ b/.obsidian/plugins/colored-tags/data.json @@ -162,8 +162,8 @@ "Frequency": 150, "Administrative": 151, "ME2046": 152, - "ME": 153, - "ME2150": 154 + "ME2150": 153, + "GSA": 154 }, "_version": 3 } \ No newline at end of file diff --git a/1 Daily Notes/2025/2025-01-14.md b/1 Daily Notes/2025/2025-01-14.md new file mode 100644 index 00000000..30c8c7a6 --- /dev/null +++ b/1 Daily Notes/2025/2025-01-14.md @@ -0,0 +1,32 @@ +--- +date: 2025-01-14 +tags: +--- +# Links to Other Pages +## Yesterday | Tomorrow + << [[1 Daily Notes/2025/2025-01-13]] | [[1 Daily Notes/2025/2025-01-15 ]] >> +## 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! +- [ ] Review emails for GSA #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