Files
kepano-obsidian/Categories/Projects.md
2023-09-14 13:05:40 -07:00

204 B

tags
tags
categories
table 
	type as Type,
	year as Year,
	status as Status,
	url as URL
where
	contains(category,[[Projects]]) and
	!contains(file.name,"Template")
sort year desc