Files
kepano-obsidian/Categories/Trips.md
2024-01-06 14:53:17 -08:00

258 B

tags
tags
categories
table without id
	file.link as Trip,
	places as Places,
	start as Start,
	end as End
where
	contains(category,[[Trips]]) and
	!contains(file.name, "Template") and
	!contains(file.name, "Planning")
sort start desc