vault backup: 2025-01-24 15:44:37
This commit is contained in:
parent
5145712d90
commit
5ddfe7a4c7
22
1 Daily Notes/2025/2025-01-27.md
Normal file
22
1 Daily Notes/2025/2025-01-27.md
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
date: 2025-01-27
|
||||
tags:
|
||||
---
|
||||
# Links to Other Pages
|
||||
## Yesterday | Tomorrow
|
||||
<< [[1 Daily Notes/2025/2025-01-24]] | [[1 Daily Notes/2025/2025-01-28 ]] >>
|
||||
## This Week's Weekly Note
|
||||
[[ Weekly Note 2025-01-20]]
|
||||
# Summary
|
||||
## What's the plan?
|
||||
|
||||
## What's the results!
|
||||
```dataview
|
||||
task
|
||||
from "1 Daily Notes"
|
||||
where completed
|
||||
and completion = date(this.file.name)
|
||||
and file.name != this.file.name
|
||||
group by file.name
|
||||
```
|
||||
# Calendar Tasks
|
||||
@ -6,7 +6,7 @@ tags:
|
||||
## Yesterday | Tomorrow
|
||||
<< [[1 Daily Notes/2025/<%*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/2025/<%*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"); } %>]]
|
||||
[[ 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", -6, tp.file.title, "YYYY-MM-DD"); } else {tR += tp.date.weekday("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD"); } %>]]
|
||||
# Summary
|
||||
## What's the plan?
|
||||
|
||||
|
||||
@ -9,8 +9,8 @@ tags: []
|
||||
[[<% tp.date.now("YYYY-MM-DD", -7, tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0], "YYYY-MM-DD") %>]]
|
||||
[[<% tp.date.now("YYYY-MM-DD", -6, tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0], "YYYY-MM-DD") %>]]
|
||||
[[<% tp.date.now("YYYY-MM-DD", -5, tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0], "YYYY-MM-DD") %>]]
|
||||
[[<% tp.date.now("YYYY-MM-DD", -2, tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0], "YYYY-MM-DD") %>]]
|
||||
[[<% tp.date.now("YYYY-MM-DD", -1, tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0], "YYYY-MM-DD") %>]]
|
||||
[[<% tp.date.now("YYYY-MM-DD", -4, tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0], "YYYY-MM-DD") %>]]
|
||||
[[<% tp.date.now("YYYY-MM-DD", -3, tp.file.title.match(/\d{4}-\d{2}-\d{2}/)[0], "YYYY-MM-DD") %>]]
|
||||
# Last Week's Plan
|
||||
# Accomplishments
|
||||
## Remarks
|
||||
@ -23,7 +23,16 @@ and completion <= this.date
|
||||
group by file.folder
|
||||
sort completion asc
|
||||
```
|
||||
## Papers read this past week
|
||||
|
||||
>[!done]
|
||||
>```task
|
||||
>done
|
||||
>
|
||||
>```
|
||||
```
|
||||
|
||||
|
||||
``` ## Papers read this past week
|
||||
```dataview
|
||||
table title as "Title", dateread as "Date Read"
|
||||
where readstatus and dateread => this.date-dur(7)
|
||||
|
||||
@ -1,79 +0,0 @@
|
||||
---
|
||||
date: 2025-01-27
|
||||
modification date: Tuesday 21st January 2025 11:22:14
|
||||
tags: []
|
||||
---
|
||||
<< [[2 Cole Group Meeting Notes/Weekly Note 2025-01-20]] | [[2 Cole Group Meeting Notes/Weekly Note 2025-02-03]] >>
|
||||
|
||||
# This Week's Daily Notes
|
||||
[[2025-01-20]]
|
||||
[[2025-01-21]]
|
||||
[[2025-01-22]]
|
||||
[[2025-01-25]]
|
||||
[[2025-01-26]]
|
||||
# Last Week's Plan
|
||||
# Accomplishments
|
||||
## Remarks
|
||||
## Tasks and Notes From This Past Week
|
||||
```dataview
|
||||
TASK
|
||||
where completed
|
||||
and completion >= this.date - dur(7 days)
|
||||
and completion <= this.date
|
||||
group by file.folder
|
||||
sort completion asc
|
||||
```
|
||||
## Papers read this past week
|
||||
```dataview
|
||||
table title as "Title", dateread as "Date Read"
|
||||
where readstatus and dateread => this.date-dur(7)
|
||||
|
||||
```
|
||||
# This Week's Plan
|
||||
## Remarks
|
||||
## Tasks This Next Week
|
||||
### Tasks Overdue
|
||||
```dataview
|
||||
task
|
||||
where
|
||||
due <= date(this.date)
|
||||
and due
|
||||
and !completed
|
||||
and status != "-"
|
||||
sort due asc
|
||||
group by file.folder
|
||||
```
|
||||
### Tasks Due this Week
|
||||
```dataview
|
||||
task
|
||||
where
|
||||
due >= this.date
|
||||
and due <= this.date + dur(7 days)
|
||||
and due
|
||||
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
|
||||
```
|
||||
### Tasks Scheduled
|
||||
```dataview
|
||||
task
|
||||
where
|
||||
scheduled
|
||||
and scheduled >= this.date
|
||||
and scheduled <= this.date + dur(7 days)
|
||||
and due > this.date +dur(7 days)
|
||||
and !completed
|
||||
and status != "-"
|
||||
sort due asc
|
||||
group by file.folder
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user