|
|
|
---
|
|
|
|
|
|
|
|
Alias: ["Restaurants London", "Restaurants in London"]
|
|
|
|
Tag: ["London", "Restaurant"]
|
|
|
|
Date: 2021-10-04
|
|
|
|
DocType: Redommendation
|
|
|
|
Hierarchy: Root2
|
|
|
|
TimeStamp:
|
|
|
|
CollapseMetaTable: Yes
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
Parent:: [[@@London|London]]
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
```button
|
|
|
|
name Save
|
|
|
|
type command
|
|
|
|
action Save current file
|
|
|
|
id Save
|
|
|
|
```
|
|
|
|
^button-RestaurantsLondonSave
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
# Restaurants in London
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
```ad-abstract
|
|
|
|
title: Summary
|
|
|
|
collapse: open
|
|
|
|
Note summarising restaurants in London by Cuisine and/or by type
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
```toc
|
|
|
|
style: number
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
### Navigation by type
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### French
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Style, "French")
|
|
|
|
sort file.name ascending
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### British
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where Place.Style = "British"
|
|
|
|
sort file.name ascending
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Italian
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Style,"Italian")
|
|
|
|
sort file.name ascending
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Peruvian
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Style, "Peruvian")
|
|
|
|
sort file.name ascending
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Spanish
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Style, "Spanish")
|
|
|
|
sort file.name ascending
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Japanese
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Style, "Japanese")
|
|
|
|
sort file.name ascending
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Greek
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Style, "Greek")
|
|
|
|
sort file.name ascending
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Indian
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Style, "Indian")
|
|
|
|
sort file.name ascending
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Asian
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Style, "Chinese") or contains(Place.Style, "Taiwanese") or contains(Place.Style, "Asian")
|
|
|
|
sort file.name ascending
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### American
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Style, "US")
|
|
|
|
sort file.name ascending
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
### Navigation by location
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Notting Hill
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Location, "NottingHill")
|
|
|
|
sort file.name ascending
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Paddington
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Location, "Paddington")
|
|
|
|
sort file.name ascending
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Mayfair
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Location, "Mayfair")
|
|
|
|
sort file.name ascending
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Marylebone
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Location, "Marylebone")
|
|
|
|
sort file.name ascending
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Soho
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Location, "Soho")
|
|
|
|
sort file.name ascending
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Fitzrovia
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Location, "Fitzrovia")
|
|
|
|
sort file.name ascending
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### St Pancras
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Location, "StPancras")
|
|
|
|
sort file.name ascending
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Shoreditch
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Location, "Shoreditch")
|
|
|
|
sort file.name ascending
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### The City
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Location, "City")
|
|
|
|
sort file.name ascending
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Whitechapel
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Location, "Whitechapel")
|
|
|
|
sort file.name ascending
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
### Recommendation list
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
[[Recommendation list (London)|here]]
|
|
|
|
|
|
|
|
 
|
|
|
|
 
|