Created
March 17, 2024 17:27
-
-
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/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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