diff --git a/Categories/Trips.md b/Categories/Trips.md index 784e083..a7dbd14 100644 --- a/Categories/Trips.md +++ b/Categories/Trips.md @@ -10,8 +10,8 @@ table without id start as Start, end as End where - contains(category,[[Trips]]) and + contains(category,this.file.link) and !contains(file.name, "Template") and !contains(file.name, "Planning") sort start desc -``` \ No newline at end of file +```