@@ -0,0 +1,16 @@
---
tags:
- databases
```dataview
table without id
file.link as Trip,
loc as Location,
start as Start,
end as End
where
contains(category,[[Trips]]) and
!contains(file.name, "Template") and
!contains(file.name, "Planning")
sort start desc
```
The note is not visible to the blocked user.