34 lines
670 B
Markdown
Executable File
34 lines
670 B
Markdown
Executable File
---
|
|
creation_date: 2024-08-15
|
|
modification date: Thursday 15th August 2024 08:08:31
|
|
tags:
|
|
- WeeklyNote
|
|
---
|
|
<< [[Weekly Note 2024-08-08]] | [[Weekly Note 2024-08-22]] >>
|
|
|
|
## This Week's Daily Notes
|
|
[[2024-08-08]]
|
|
[[2024-08-09]]
|
|
[[2024-08-10]]
|
|
[[2024-08-13]]
|
|
[[2024-08-14]]
|
|
|
|
## Last Week's Plan
|
|
## Accomplishments
|
|
### Tasks and Notes From This Past Week
|
|
|
|
```dataview
|
|
TASK
|
|
where completed and file.mtime >= this.file.mday - dur(7 days)
|
|
group by file.link
|
|
sort rows.file.mtime asc
|
|
|
|
```
|
|
### Papers read this past week
|
|
```dataview
|
|
table title as "Title", dateread as "Date Read"
|
|
where readstatus and dateread => this.creation_date-dur(7)
|
|
|
|
```
|
|
### Remarks
|
|
## This Week's Plan |