2023-09-13 14:48:02

This commit is contained in:
Steph Ango
2023-09-13 14:48:02 -07:00
parent 0a2475e59c
commit 313efaafd6
22 changed files with 169 additions and 27 deletions

View File

@@ -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
```