vault backup: 2022-12-09 23:31:44

This commit is contained in:
Bram Adams
2022-12-09 23:31:44 -06:00
parent f60681cf3e
commit c51aa547ef
21 changed files with 6821 additions and 59 deletions

View File

@@ -3,7 +3,7 @@ If you use Readwise, you'll be able to have resources auto sync from Kindle + th
## Dataview Test (should have one item)
```dataview
list from "Readwise"
where project = "Test Project"
where contains(projects, "Test Project")
```
## Page Metadata Formatting
@@ -28,7 +28,7 @@ documentTags: {% for tag in document_tags %}#{{tag}} {% endfor %}
{% if url -%}
url: {{url}}
{% endif -%}
project: -
projects: []
---
```