Files
kepano-obsidian/Templates/Video Game Genre Template.md
Antonio Pitasi 0cd956c7e8 fix typo in Video Game Genre template
"Category" was misspelled causing the dataview to not render anything.
2024-12-27 18:57:56 +01:00

264 B

tags
tags
games/genres
table without id
	file.link as Game,
	maker as Maker,
	year as Year,
	rating as Rating
where
	contains(category, [[Games]]) and
	!contains(file.name, "Template") and
	contains(genre, this.file.link)
sort rating desc