Files
kepano-obsidian/Books.md
2023-09-13 09:44:12 -07:00

279 B

tags
tags
databases
table without id file.link as Book, author as Author, year as Year, rating as Rating, created as Added, last as "Last read", genre as Genre
from #books 
where !contains(file.name, "Template") and rating > 5
sort rating desc, date asc