From 1541b4f1309b3c3d1fd06edad21d2069632edd25 Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Thu, 5 Sep 2024 10:07:11 -0400 Subject: [PATCH] vault backup: 2024-09-05 10:07:11 --- .obsidian/workspace.json | 48 ++++++++------------------ 1000s Templates/Daily Note Template.md | 7 ++-- 2024-09-06.md | 9 +++-- 2024-09-09.md | 24 +++++++++++++ 4 files changed, 45 insertions(+), 43 deletions(-) create mode 100644 2024-09-09.md diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 7094af85..ca39dc6a 100755 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -7,40 +7,19 @@ "id": "3a1d09a7117f754c", "type": "tabs", "children": [ - { - "id": "c424ac94667c0e1c", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "200. Library Papers/liSyntheticLagrangianTurbulence2024.md", - "mode": "source", - "source": false - } - } - }, - { - "id": "b06ed71cd3132efc", - "type": "leaf", - "state": { - "type": "full-calendar-view", - "state": {} - } - }, { "id": "19ebc28149aabcd9", "type": "leaf", "state": { "type": "markdown", "state": { - "file": "1000s Templates/Daily Note Template.md", + "file": "2024-09-06.md", "mode": "source", "source": true } } } - ], - "currentTab": 2 + ] } ], "direction": "vertical" @@ -135,7 +114,7 @@ "state": { "type": "backlink", "state": { - "file": "1000s Templates/Daily Note Template.md", + "file": "2024-09-06.md", "collapseAll": true, "extraContext": false, "sortOrder": "alphabetical", @@ -152,7 +131,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "1000s Templates/Daily Note Template.md", + "file": "2024-09-06.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -175,7 +154,7 @@ "state": { "type": "outline", "state": { - "file": "1000s Templates/Daily Note Template.md" + "file": "2024-09-06.md" } } } @@ -199,7 +178,8 @@ } ], "direction": "horizontal", - "width": 448.5 + "width": 245.5, + "collapsed": true }, "left-ribbon": { "hiddenItems": { @@ -215,9 +195,15 @@ }, "active": "19ebc28149aabcd9", "lastOpenFiles": [ + "2024-09-09.md", + "1000s Templates/Daily Note Template.md", "2024-09-06.md", "1. Daily Notes/2024/9. September/2024-09-05.md", - "1000s Templates/Daily Note Template.md", + "2024-09-16.md", + "2024-09-13.md", + "2024-09-12.md", + "2024-09-11.md", + "2024-09-10.md", "4. Qualifying Exam/2. Writing/QE Abstract For Dan.md", "4. Qualifying Exam/1. Managing Stuff/QE Research Questions.md", "4. Qualifying Exam/99. Exports/QE Abstract For Dan.pdf", @@ -239,13 +225,7 @@ "[Full.md", "3-99 Research/6. Researching Techniques/Learning How to Use Github.md", "{uri}.md", - "200. Library Papers/bullockHardwareloopSimulation2004.md", - "300s School/302. NUCE 2100 - Fundamentals of Nuclear Engineering/2024-09-03 Homework 1.md", - "200. Library Papers/bullockHardwareintheloopSimulation2004.md", "200. Library Papers/My Library.bib", - "3-99 Research/99. Getting Used to Obsidian/Calendar for Obsidian.md", - "3-99 Research/99. Getting Used to Obsidian/Dataview Tutorial.md", - "3-99 Research/99. Getting Used to Obsidian/Markdown Cheat Sheet.md", "4. Qualifying Exam/2. Writing/Untitled.bib", "4. Qualifying Exam/2. Writing/test.bib", "201. Metadata/My Library/files/4011/contextual.css", diff --git a/1000s Templates/Daily Note Template.md b/1000s Templates/Daily Note Template.md index da31080e..024799ed 100755 --- a/1000s Templates/Daily Note Template.md +++ b/1000s Templates/Daily Note Template.md @@ -1,12 +1,11 @@ --- modification_date: <% tp.file.last_modified_date("dddd Do MMMM YYYY HH:mm:ss") %> -tags: - - DailyNote +tags: [] --- # Yesterday | Tomorrow - << [[<% tp.date.now("YYYY-MM-DD", -1, tp.file.title, "YYYY-MM-DD") %>]] | [[<% tp.date.now("YYYY-MM-DD", +1, tp.file.title, "YYYY-MM-DD") %>]] >> + << [[<%*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");} %>]] | [[<%*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 -[[<% tp.date.weekday("YYYY-MM-DD", -7, tp.file.title, "YYYY-MM-DD") %>]] +[[<%*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"); } %>]] # Tasks for today ## Big Task diff --git a/2024-09-06.md b/2024-09-06.md index c5287d9b..709b0a18 100644 --- a/2024-09-06.md +++ b/2024-09-06.md @@ -1,12 +1,11 @@ --- -modification_date: Thursday 5th September 2024 09:35:56 -tags: - - DailyNote +modification_date: Thursday 5th September 2024 10:02:36 +tags: [] --- # Yesterday | Tomorrow - << [[2024-09-05]] | [[2024-09-07]] >> + << [[2024-09-05]] | [[2024-09-09 ]] >> # This Week's Weekly Note -[[2024-08-25]] +[[2024-09-04]] # Tasks for today ## Big Task diff --git a/2024-09-09.md b/2024-09-09.md new file mode 100644 index 00000000..1ca34b6b --- /dev/null +++ b/2024-09-09.md @@ -0,0 +1,24 @@ +--- +modification_date: Thursday 5th September 2024 10:06:32 +tags: [] +--- +# Yesterday | Tomorrow + << [[2024-09-06]] | [[2024-09-10 ]] >> +# This Week's Weekly Note +[[2024-09-04]] + +# Tasks for today +## Big Task + - [ ] +## Medium Tasks +- [ ] +- [ ] +- [ ] +## Small Tasks +- [ ] +- [ ] +- [ ] +- [ ] +- [ ] + +# Calendar Tasks \ No newline at end of file