vault backup: 2025-02-25 16:02:53
This commit is contained in:
parent
b42702b556
commit
3ca45c2dbb
@ -1,50 +1,21 @@
|
|||||||
---
|
---
|
||||||
date: <% tp.file.title %>
|
date: 2025-02-25
|
||||||
tags:
|
tags:
|
||||||
---
|
---
|
||||||
# Yesterday | Tomorrow
|
# Links to Other Pages
|
||||||
<< [[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");} %> ]] >>
|
## Yesterday | Tomorrow
|
||||||
# This Week's Weekly Note
|
<< [[1 Daily Notes/2025/2025-02-24]] | [[1 Daily Notes/2025/2025-02-26 ]] >>
|
||||||
[[ 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"); } %>]]
|
## This Week's Weekly Note
|
||||||
# Tasks for today
|
[[ Weekly Note 2025-02-17]]
|
||||||
## Due
|
# Summary
|
||||||
```dataview
|
## What's the plan?
|
||||||
task
|
- [ ] SAT-CPS Conference Pittsburgh
|
||||||
where
|
|
||||||
due <= date(this.date)
|
## What's the results!
|
||||||
and due
|
```tasks
|
||||||
and !completed
|
done 2025-02-25
|
||||||
and status != "-"
|
sort by urgency
|
||||||
sort due asc
|
group by tags
|
||||||
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
|
# Calendar Tasks
|
||||||
Loading…
x
Reference in New Issue
Block a user