Skip to content

Instantly share code, notes, and snippets.

@dannberg
Created March 17, 2024 17:27
Show Gist options
  • Save dannberg/a5f6e150d128e0b3209ff276ab36a0be to your computer and use it in GitHub Desktop.
Save dannberg/a5f6e150d128e0b3209ff276ab36a0be to your computer and use it in GitHub Desktop.
Dann Berg's Books MOC page template. Read more about my system: https://dannb.org/blog/2022/recalling-books-youve-read-made-easy/
---
aliases: ["📚 Books"]
---
```meta-bind-button
label: New Book
hidden: false
class: ""
tooltip: ""
id: ""
style: default
actions:
- type: templaterCreateNote
templateFile: Extras/Templates/Template, Books.md
folderPath: Sources/Books
fileName: Book Name
openNote: true
```
# Template
- [[Template, Books]]
# Books
```dataview
TABLE Date, Title, Author
FROM "Sources/Books"
SORT file.name DESC
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment