From 5ddfe7a4c719caaa51be5eb7a5f3ba27765cb16c Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Fri, 24 Jan 2025 15:44:37 -0500 Subject: [PATCH] vault backup: 2025-01-24 15:44:37 --- 1 Daily Notes/2025/2025-01-27.md | 22 ++++++ 1000s Templates/Daily Note Template 2.0.md | 2 +- 1000s Templates/This Past Week Template.md | 15 +++- .../Weekly Note 2025-01-27.md | 79 ------------------- 4 files changed, 35 insertions(+), 83 deletions(-) create mode 100644 1 Daily Notes/2025/2025-01-27.md delete mode 100644 2 Cole Group Meeting Notes/Weekly Note 2025-01-27.md diff --git a/1 Daily Notes/2025/2025-01-27.md b/1 Daily Notes/2025/2025-01-27.md new file mode 100644 index 00000000..15af60e3 --- /dev/null +++ b/1 Daily Notes/2025/2025-01-27.md @@ -0,0 +1,22 @@ +--- +date: 2025-01-27 +tags: +--- +# Links to Other Pages +## Yesterday | Tomorrow + << [[1 Daily Notes/2025/2025-01-24]] | [[1 Daily Notes/2025/2025-01-28 ]] >> +## This Week's Weekly Note +[[ Weekly Note 2025-01-20]] +# Summary +## 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 660ec846..4a6e380f 100755 --- a/1000s Templates/Daily Note Template 2.0.md +++ b/1000s Templates/Daily Note Template 2.0.md @@ -6,7 +6,7 @@ tags: ## Yesterday | Tomorrow << [[1 Daily Notes/2025/<%*if (tp.date.weekday("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") == tp.file.title) { tR += tp.date.now("YYYY-MM-DD", -3, tp.file.title, "YYYY-MM-DD"); } else { tR += tp.date.now("YYYY-MM-DD", -1, tp.file.title, "YYYY-MM-DD");} %>]] | [[1 Daily Notes/2025/<%*if (tp.date.weekday("YYYY-MM-DD", 5, tp.file.title, "YYYY-MM-DD") == tp.file.title) { tR += tp.date.now("YYYY-MM-DD", +3, tp.file.title, "YYYY-MM-DD"); } else { tR += tp.date.now("YYYY-MM-DD", +1, tp.file.title, "YYYY-MM-DD");} %> ]] >> ## 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"); } %>]] +[[ 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", -6, tp.file.title, "YYYY-MM-DD"); } else {tR += tp.date.weekday("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD"); } %>]] # Summary ## What's the plan? diff --git a/1000s Templates/This Past Week Template.md b/1000s Templates/This Past Week Template.md index 793b34c0..fc18177f 100755 --- a/1000s Templates/This Past Week Template.md +++ b/1000s Templates/This Past Week Template.md @@ -9,8 +9,8 @@ tags: [] [[<% tp.date.now("YYYY-MM-DD", -7, tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0], "YYYY-MM-DD") %>]] [[<% tp.date.now("YYYY-MM-DD", -6, tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0], "YYYY-MM-DD") %>]] [[<% tp.date.now("YYYY-MM-DD", -5, tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0], "YYYY-MM-DD") %>]] -[[<% tp.date.now("YYYY-MM-DD", -2, tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0], "YYYY-MM-DD") %>]] -[[<% tp.date.now("YYYY-MM-DD", -1, tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0], "YYYY-MM-DD") %>]] +[[<% tp.date.now("YYYY-MM-DD", -4, tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0], "YYYY-MM-DD") %>]] +[[<% tp.date.now("YYYY-MM-DD", -3, tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0], "YYYY-MM-DD") %>]] # Last Week's Plan # Accomplishments ## Remarks @@ -23,7 +23,16 @@ and completion <= this.date group by file.folder sort completion asc ``` -## Papers read this past week + +>[!done] +>```task +>done +> +>``` +``` + + +``` ## Papers read this past week ```dataview table title as "Title", dateread as "Date Read" where readstatus and dateread => this.date-dur(7) diff --git a/2 Cole Group Meeting Notes/Weekly Note 2025-01-27.md b/2 Cole Group Meeting Notes/Weekly Note 2025-01-27.md deleted file mode 100644 index ac7e0355..00000000 --- a/2 Cole Group Meeting Notes/Weekly Note 2025-01-27.md +++ /dev/null @@ -1,79 +0,0 @@ ---- -date: 2025-01-27 -modification date: Tuesday 21st January 2025 11:22:14 -tags: [] ---- -<< [[2 Cole Group Meeting Notes/Weekly Note 2025-01-20]] | [[2 Cole Group Meeting Notes/Weekly Note 2025-02-03]] >> - -# This Week's Daily Notes -[[2025-01-20]] -[[2025-01-21]] -[[2025-01-22]] -[[2025-01-25]] -[[2025-01-26]] -# Last Week's Plan -# Accomplishments -## Remarks -## Tasks and Notes From This Past Week -```dataview -TASK -where completed -and completion >= this.date - dur(7 days) -and completion <= this.date -group by file.folder -sort completion asc -``` -## Papers read this past week -```dataview -table title as "Title", dateread as "Date Read" -where readstatus and dateread => this.date-dur(7) - -``` -# This Week's Plan -## Remarks -## Tasks This Next Week -### Tasks Overdue -```dataview -task -where - due <= date(this.date) - and due - and !completed - and status != "-" -sort due asc -group by file.folder -``` -### Tasks Due this Week -```dataview -task -where - due >= this.date - and due <= this.date + dur(7 days) - and due - and !completed - and status != "-" -sort due asc -group by file.folder -``` -### Tasks in Progress -```dataview -task -where -status != "-" -and status = "/" -sort due asc -group by file.folder -``` -### Tasks Scheduled -```dataview -task -where - scheduled - and scheduled >= this.date - and scheduled <= this.date + dur(7 days) - and due > this.date +dur(7 days) - and !completed - and status != "-" -sort due asc -group by file.folder -```