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

276 B

tags
tags
databases
table without id
	file.link as Book,
	author as Author,
	year as Year,
	rating as Rating,
	created as Added,
	genre as Genre
where
	contains(category,this.file.link) and
	!contains(file.name, "Template")
sort rating desc, date asc