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.

326 lines
6.4 KiB

3 years ago
---
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
```
 
---
 
3 years ago
### 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
3 years ago
```
 
#### 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")
3 years ago
where Place.Style = "British"
sort file.name ascending
3 years ago
```
 
3 years ago
#### Italian
3 years ago
```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
3 years ago
```
3 years ago
3 years ago
 
3 years ago
#### Peruvian
3 years ago
```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
3 years ago
```
3 years ago
3 years ago
 
3 years ago
3 years ago
#### Spanish
3 years ago
3 years ago
```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
3 years ago
```
3 years ago
3 years ago
 
3 years ago
3 years ago
#### Japanese
3 years ago
3 years ago
```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
3 years ago
```
3 years ago
3 years ago
 
3 years ago
#### Greek
3 years ago
```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
3 years ago
```
3 years ago
3 years ago
 
3 years ago
#### Indian
3 years ago
```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
3 years ago
```
 
3 years ago
3 years ago
#### Argentine
```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, "Argentine")
sort file.name ascending
```
 
3 years ago
---
3 years ago
 
3 years ago
3 years ago
### Navigation by location
3 years ago
3 years ago
 
3 years ago
3 years ago
#### Notting Hill
3 years ago
3 years ago
```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
3 years ago
```
3 years ago
3 years ago
 
3 years ago
3 years ago
#### Paddington
3 years ago
3 years ago
```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
3 years ago
```
3 years ago
 
3 years ago
#### 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
3 years ago
```
3 years ago
 
3 years ago
#### 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
3 years ago
```
3 years ago
 
3 years ago
#### 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
3 years ago
```
 
#### 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
3 years ago
```
 
#### 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
3 years ago
```
 
#### 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
3 years ago
```
 
#### 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
3 years ago
```
 
#### 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
3 years ago
```
3 years ago
 
---
 
3 years ago
### Recommendation list
3 years ago
 
3 years ago
[[Recommendation list (London)|here]]
3 years ago