diff --git a/1 Daily Notes/2025/2025-02-25.md b/1 Daily Notes/2025/2025-02-25.md new file mode 100644 index 000000000..3a8b30e32 --- /dev/null +++ b/1 Daily Notes/2025/2025-02-25.md @@ -0,0 +1,50 @@ +--- +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 \ No newline at end of file diff --git a/900s Calendars/Learning/2025-02-25 NUCE HW and Lab Report.md b/900s Calendars/Learning/2025-02-25 NUCE HW and Lab Report.md index 92cbb48e7..732d2bd26 100644 --- a/900s Calendars/Learning/2025-02-25 NUCE HW and Lab Report.md +++ b/900s Calendars/Learning/2025-02-25 NUCE HW and Lab Report.md @@ -2,7 +2,7 @@ title: NUCE HW and Lab Report allDay: false startTime: 16:00 -endTime: 17:00 +endTime: 18:00 date: 2025-02-25 completed: null --- diff --git a/900s Calendars/Learning/2025-02-25 NUCE Lab 5.md b/900s Calendars/Learning/2025-02-25 NUCE Lab 5.md new file mode 100644 index 000000000..f371faac9 --- /dev/null +++ b/900s Calendars/Learning/2025-02-25 NUCE Lab 5.md @@ -0,0 +1,8 @@ +--- +title: NUCE Lab 5 +allDay: false +startTime: 14:25 +endTime: 15:00 +date: 2025-02-25 +completed: null +---