vault backup: 2023-09-12 15:58:14
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
```
|
||||
```dataviewjs
|
||||
dv.taskList(dv.pages().file.tasks
|
||||
.where(t => !t.completed)
|
||||
.where(t => t.text.includes("{{date:YYYY-MM-DD}}")))
|
||||
```
|
||||
dv.table(["Link", "Relates to"],
|
||||
dv.pages('"Notes" and #to-review')
|
||||
.sort(p => p.creation-date)
|
||||
.map(p => [p.file.link, p.relates-to]))
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user