vault backup: 2024-10-01 08:59:25
This commit is contained in:
parent
da0ac421d9
commit
1adc322f6b
41
1 Daily Notes/2024/10 October/2024-10-01.md
Normal file
41
1 Daily Notes/2024/10 October/2024-10-01.md
Normal 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
|
||||
@ -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") %>]]
|
||||
|
||||
@ -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]]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user