vault backup: 2023-09-12 15:58:14

This commit is contained in:
2023-09-12 15:58:14 +02:00
parent 4033759a21
commit a114ad46f3

View File

@@ -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]))
```