diff --git a/1 Daily Notes/2024/2024-12-30.md b/1 Daily Notes/2024/2024-12-30.md index e64a9c5e8..b591790c2 100644 --- a/1 Daily Notes/2024/2024-12-30.md +++ b/1 Daily Notes/2024/2024-12-30.md @@ -11,8 +11,12 @@ tags: ## What's the plan! 1. seL4 and Docker stuff 2. Get kcups from costco! -3. Make - +3. Make pizza dough! +4. Get bearings on the NPIC paper ## What's the results! -# Calendar Tasks \ No newline at end of file +# Calendar Tasks +- Fill out daily note! [startTime:: 16:30] [endTime:: 17:00] +- NPIC Paper [startTime:: 14:30] [endTime:: 16:30] +- Lunch, Costco, and Benedum Run [startTime:: 12:00] [endTime:: 14:30] +- seL4 and Docker [startTime:: 09:30] [endTime:: 12:00] \ No newline at end of file diff --git a/1 Daily Notes/2024/9 September/2024-12-30.md b/1 Daily Notes/2024/9 September/2024-12-30.md deleted file mode 100644 index 1f50fa395..000000000 --- a/1 Daily Notes/2024/9 September/2024-12-30.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -date: <% tp.file.title %> -tags: ---- -# Yesterday | Tomorrow - << [[1 Daily Notes/2024/11 November/<%*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/2024/11 November/<%*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"); } %>]] -# Tasks for today -## Due -```dataview -task -where - due <= date(this.date) - and due - and !completed - and status != "-" -sort due asc -group by file.folder -``` -## Scheduled -```dataview -task -where - scheduled - and scheduled <= date(this.date) - 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 -``` -## Completed -```dataview -task -where - completed - and completion = date(this.date) -sort due asc -group by file.folder -``` -# Calendar Tasks -- Fill out daily note! [startTime:: 16:30] [endTime:: 17:00] -- NPIC Paper [startTime:: 14:30] [endTime:: 16:30] -- Lunch, Costco, and Benedum Run [startTime:: 12:00] [endTime:: 14:30] -- seL4 and Docker [startTime:: 09:30] [endTime:: 12:00] \ No newline at end of file