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

@@ -12,11 +12,13 @@ defaultZoom: 3
height: 50%
```
## Places
```dataview
table without id
file.link as Place,
rating as Rating,
location as Location
loc as Location
where
contains(category, [[Places]]) and
contains(type, this.file.link)