diff --git a/.obsidian/hotkeys.json b/.obsidian/hotkeys.json index 45a63f508..308f1a7c2 100755 --- a/.obsidian/hotkeys.json +++ b/.obsidian/hotkeys.json @@ -202,5 +202,13 @@ ], "key": "P" } + ], + "templater-obsidian:1000s Templates/This Past Week Template.md": [ + { + "modifiers": [ + "Alt" + ], + "key": "W" + } ] } \ No newline at end of file diff --git a/.obsidian/plugins/templater-obsidian/data.json b/.obsidian/plugins/templater-obsidian/data.json index b147c609d..953ef2615 100755 --- a/.obsidian/plugins/templater-obsidian/data.json +++ b/.obsidian/plugins/templater-obsidian/data.json @@ -24,7 +24,8 @@ "enabled_templates_hotkeys": [ "1000s Templates/Daily Note Template.md", "1000s Templates/New Note Template.md", - "1000s Templates/Heilmeier Catechism.md" + "1000s Templates/Heilmeier Catechism.md", + "1000s Templates/This Past Week Template.md" ], "startup_templates": [ "1000s Templates/New Note Template.md" diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 2248193ea..e092ece38 100755 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -11,8 +11,12 @@ "id": "30054a7405a37960", "type": "leaf", "state": { - "type": "graph", - "state": {} + "type": "markdown", + "state": { + "file": "Weekly Note 2024-09-04.md", + "mode": "source", + "source": false + } } } ] @@ -82,6 +86,7 @@ "state": { "type": "backlink", "state": { + "file": "Weekly Note 2024-09-04.md", "collapseAll": true, "extraContext": false, "sortOrder": "alphabetical", @@ -98,6 +103,7 @@ "state": { "type": "outgoing-link", "state": { + "file": "Weekly Note 2024-09-04.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -119,7 +125,9 @@ "type": "leaf", "state": { "type": "outline", - "state": {} + "state": { + "file": "Weekly Note 2024-09-04.md" + } } } ], @@ -159,6 +167,8 @@ "active": "30054a7405a37960", "lastOpenFiles": [ "2. Cole Group Meeting Notes/Weekly Note 2024-08-30.md", + "1000s Templates/Heilmeier Catechism.md", + "Weekly Note 2024-09-04.md", "2. Cole Group Meeting Notes/Weekly Note 2024-08-21.md", "2. Cole Group Meeting Notes/Weekly Note 2024-08-14.md", "2. Cole Group Meeting Notes/Weekly Note 2024-08-07.md", @@ -182,8 +192,6 @@ "1. Daily Notes/2024/8. August/2024-08-22.md", "1. Daily Notes/2024/8. August/2024-08-23.md", "1. Daily Notes/2024/8. August/2024-08-26.md", - "1. Daily Notes/2024/8. August/2024-08-27.md", - "1. Daily Notes/2024/8. August/2024-08-28.md", "4. Qualifying Exam/99. Exports/QE Abstract For Dan.pdf", "4. Qualifying Exam/99. Exports", "4. Qualifying Exam/0. Overview/ME_PhD_Qualifying_Exam_Guideline_Fall2024.pdf", diff --git a/Weekly Note 2024-09-04.md b/Weekly Note 2024-09-04.md new file mode 100644 index 000000000..ac56456f7 --- /dev/null +++ b/Weekly Note 2024-09-04.md @@ -0,0 +1,33 @@ +--- +date: 2024-09-04 +modification date: Thursday 5th September 2024 11:32:24 +tags: + - WeeklyNote +--- +<< [[Weekly Note 2024-08-29]] | [[Weekly Note 2024-09-12]] >> + +## This Week's Daily Notes +[[2024-08-28]] +[[2024-08-29]] +[[2024-08-30]] +[[2024-09-02]] +[[2024-09-03]] +## Last Week's Plan +## Accomplishments +### Tasks and Notes From This Past Week + +```dataview +TASK +where and file.title >= this.file.mday - dur(7 days) +group by file.link +sort rows.file.mtime asc + +``` +### Papers read this past week +```dataview +table title as "Title", dateread as "Date Read" +where readstatus and dateread => this.date-dur(7) + +``` +### Remarks +## This Week's Plan \ No newline at end of file