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: []
---
```

View File

@@ -2,4 +2,7 @@
`ctrl-shift-p` -> show [projects](obsidian://show-plugin?id=obsidian-projects)
`ctrl-click` a folder name -> create a [folder note](obsidian://show-plugin?id=folder-note-plugin)
`ctrl-shift-f` -> [omnisearch](obsidian://show-plugin?id=omnisearch) vault search
`alt-shift-f` -> [footnote](obsidian://show-plugin?id=obsidian-footnotes) insertion
`alt-shift-f` -> [footnote](obsidian://show-plugin?id=obsidian-footnotes) insertion
`alt-shift-d` -> open daily note
`alt-shift-w` -> open weekly note
`alt-shift-q` -> open quarterly note