Merge pull request #2 from AmmarCodes/patch-2

Update Trips category dataview query
This commit is contained in:
Steph Ango
2024-02-29 08:32:51 -08:00
committed by GitHub

View File

@@ -10,7 +10,7 @@ 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