You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
294 B

```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "<% tp.file.folder() %>"
where DocType = "Place"
where contains(Place.Type, "Hotel/Restaurant/Bar/Brunch")
where contains(Place.Location, "Marais")
3 years ago
Where !startswith(file.name, "Template")
```