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.

106 lines
1.1 KiB

---
cssclass:
- cards
Alias: ["Cafés in London"]
Tag: ["🕴️", "☕️"]
Date: 2021-10-04
DocType: "Personal"
Hierarchy: "Root2"
TimeStamp:
CollapseMetaTable: true
---
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
 
```dataviewjs
dv.view("00.01 Admin/dv-views/query_place", {country: "UK", placetype: "Café", area: ["NottingHill", "Bayswater"]})
```
 
---
 
### Soho
 
```dataviewjs
dv.view("00.01 Admin/dv-views/query_place", {country: "UK", placetype: "Café", area: "Soho"})
```
 
---
 
### Highbury
 
```dataviewjs
dv.view("00.01 Admin/dv-views/query_place", {country: "UK", placetype: "Café", area: "Highbury"})
```
 
---
 
### Ealing
 
```dataviewjs
dv.view("00.01 Admin/dv-views/query_place", {country: "UK", placetype: "Café", area: "Ealing"})
```