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.

114 lines
1.4 KiB

---
Alias: ["Cafés in London"]
Tag: ["Personal", "Lifestyle", "Café"]
Date: 2021-10-04
DocType: "Personal"
Hierarchy: "Root2"
TimeStamp:
CollapseMetaTable: Yes
---
Parent:: [[@@London|London]]
---
 
```button
name Save
type command
action Save current file
id Save
```
^button-CafeLondonSave
 
# Cafés in London
 
```ad-abstract
title: Summary
collapse: open
Café recommendations in London
```
 
```toc
style: number
```
 
---
 
### Bayswater/Notting Hill
 
```dataview
Table without id file.link as "Place", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Café")
where Place.Location = "Bayswater" or Place.Location = "NottingHill"
```
 
---
 
### Soho
 
```dataview
Table without id file.link as "Place", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Café")
where Place.Location = "Soho"
```
 
---
 
### Highbury
 
```dataview
Table without id file.link as "Place", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Café")
where Place.Location = "Highbury"
```
 
---
 
### Ealing
 
```dataview
Table without id file.link as "Place", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Café")
where Place.Location = "Ealing"
```