diff --git a/.obsidian/plugins/colored-tags/data.json b/.obsidian/plugins/colored-tags/data.json index 174169d66..22815770e 100755 --- a/.obsidian/plugins/colored-tags/data.json +++ b/.obsidian/plugins/colored-tags/data.json @@ -157,7 +157,8 @@ "Robust-relative-stability": 145, "Unstructured-multiplicative-uncertainty": 146, "NPIC2025": 147, - "Thesis": 148 + "Thesis": 148, + "Organization": 149 }, "_version": 3 } \ No newline at end of file diff --git a/1 Daily Notes/2025/2025-01-08.md b/1 Daily Notes/2025/2025-01-08.md index 28234cbce..05e3f2a0f 100644 --- a/1 Daily Notes/2025/2025-01-08.md +++ b/1 Daily Notes/2025/2025-01-08.md @@ -20,7 +20,7 @@ group by file.name ## What's the plan! 1 866 688 8775 - Ultimus - [ ] OSI model and where MODBUS is in that #NPIC2025 - +- [ ] Rework weekly template pages to use tags. #Organization ## What's the results! ```dataview diff --git a/5 Thesis/Things to Do.md b/5 Thesis/Things to Do.md new file mode 100644 index 000000000..e56e422a3 --- /dev/null +++ b/5 Thesis/Things to Do.md @@ -0,0 +1,13 @@ +Follow up tasks: +```dataview +task +where contains(tags, "Thesis") +group by file.folder +``` + +Tasks from Daily Notes: +```dataview +task +from "1 Daily Note" +where +``` \ No newline at end of file