vault backup: 2024-10-01 08:59:25

This commit is contained in:
Dane Sabo 2024-10-01 08:59:25 -04:00
parent da0ac421d9
commit 1adc322f6b
3 changed files with 43 additions and 2 deletions

View File

@ -0,0 +1,41 @@
---
date: 2024-10-01
tags:
---
# Yesterday | Tomorrow
<< [[2024-09-30]] | [[2024-10-02 ]] >>
# This Week's Weekly Note
[[ Weekly Note 2024-09-25]]
# 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
```
## Completed
```dataview
task
where
completed
and completion = date(this.date)
sort due asc
group by file.folder
```
# Calendar Tasks

View File

@ -3,7 +3,7 @@ date: <% tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0] %>
modification date: <% tp.file.last_modified_date("dddd Do MMMM YYYY HH:mm:ss") %>
tags: []
---
<< [[Weekly Note <% tp.date.now("YYYY-MM-DD", -7) %>]] | [[Weekly Note <% tp.date.now("YYYY-MM-DD", 7) %>]] >>
<< [[2 Cole Group Meeting Notes/Weekly Note <% tp.date.now("YYYY-MM-DD", -7) %>]] | [[2 Cole Group Meeting Notes/Weekly Note <% tp.date.now("YYYY-MM-DD", 7) %>]] >>
# This Week's Daily Notes
[[<% tp.date.now("YYYY-MM-DD", -7, tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0], "YYYY-MM-DD") %>]]

View File

@ -3,7 +3,7 @@ date: 2024-09-25
modification date: Thursday 26th September 2024 09:28:10
tags: []
---
<< [[Weekly Note 2024-09-19]] | [[Weekly Note 2024-10-03]] >>
<< [[Weekly Note 2024-09-18]] | [[Weekly Note 2024-10-02]] >>
# This Week's Daily Notes
[[2024-09-18]]