Files
kepano-obsidian/Categories/Clippings.md
2023-09-13 14:57:47 -07:00

244 B

tags
tags
categories
table without id
	file.link as Title,
	author as Author,
	created as Clipped,
	published as Published
where
	contains(category,this.file.link) and
	!contains(file.name, "Template")
sort clipped desc