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.5 KiB
326 lines
6.5 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
|
||
3 years ago
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
|
||
3 years ago
|
where DocType = "Place"
|
||
3 years ago
|
where contains(Place.Type, "Restaurant")
|
||
|
where contains(Place.Style, "French")
|
||
3 years ago
|
sort file.name ascending
|
||
3 years ago
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
#### British
|
||
|
|
||
|
```dataview
|
||
3 years ago
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
|
||
3 years ago
|
where DocType = "Place"
|
||
3 years ago
|
where contains(Place.Type, "Restaurant")
|
||
3 years ago
|
where Place.Style = "British"
|
||
3 years ago
|
sort file.name ascending
|
||
3 years ago
|
```
|
||
|
|
||
|
 
|
||
|
|
||
3 years ago
|
#### Italian
|
||
|
|
||
3 years ago
|
```dataview
|
||
3 years ago
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
|
||
3 years ago
|
where DocType = "Place"
|
||
3 years ago
|
where contains(Place.Type, "Restaurant")
|
||
|
where contains(Place.Style,"Italian")
|
||
3 years ago
|
sort file.name ascending
|
||
3 years ago
|
```
|
||
3 years ago
|
|
||
3 years ago
|
 
|
||
3 years ago
|
|
||
|
#### Peruvian
|
||
|
|
||
3 years ago
|
```dataview
|
||
3 years ago
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
|
||
3 years ago
|
where DocType = "Place"
|
||
3 years ago
|
where contains(Place.Type, "Restaurant")
|
||
|
where contains(Place.Style, "Peruvian")
|
||
3 years ago
|
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
|
||
3 years ago
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
|
||
3 years ago
|
where DocType = "Place"
|
||
3 years ago
|
where contains(Place.Type, "Restaurant")
|
||
|
where contains(Place.Style, "Spanish")
|
||
3 years ago
|
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
|
||
3 years ago
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
|
||
3 years ago
|
where DocType = "Place"
|
||
3 years ago
|
where contains(Place.Type, "Restaurant")
|
||
|
where contains(Place.Style, "Japanese")
|
||
3 years ago
|
sort file.name ascending
|
||
3 years ago
|
```
|
||
3 years ago
|
|
||
3 years ago
|
 
|
||
3 years ago
|
|
||
|
#### Greek
|
||
|
|
||
3 years ago
|
```dataview
|
||
3 years ago
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
|
||
3 years ago
|
where DocType = "Place"
|
||
3 years ago
|
where contains(Place.Type, "Restaurant")
|
||
|
where contains(Place.Style, "Greek")
|
||
3 years ago
|
sort file.name ascending
|
||
3 years ago
|
```
|
||
3 years ago
|
|
||
3 years ago
|
 
|
||
3 years ago
|
|
||
|
#### Indian
|
||
|
|
||
3 years ago
|
```dataview
|
||
3 years ago
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
|
||
3 years ago
|
where DocType = "Place"
|
||
3 years ago
|
where contains(Place.Type, "Restaurant")
|
||
|
where contains(Place.Style, "Indian")
|
||
3 years ago
|
sort file.name ascending
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
#### Asian
|
||
|
|
||
|
```dataview
|
||
3 years ago
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
|
||
3 years ago
|
where DocType = "Place"
|
||
3 years ago
|
where contains(Place.Type, "Restaurant")
|
||
3 years ago
|
where contains(Place.Style, "Chinese") or contains(Place.Style, "Taiwanese") or contains(Place.Style, "Asian")
|
||
|
sort file.name ascending
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
#### American
|
||
|
|
||
|
```dataview
|
||
3 years ago
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
|
||
3 years ago
|
where DocType = "Place"
|
||
3 years ago
|
where contains(Place.Type, "Restaurant")
|
||
|
where contains(Place.Style, "US")
|
||
3 years ago
|
sort file.name ascending
|
||
3 years ago
|
```
|
||
|
|
||
|
 
|
||
3 years ago
|
|
||
3 years ago
|
#### Argentine
|
||
|
|
||
|
```dataview
|
||
3 years ago
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
|
||
3 years ago
|
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
|
||
3 years ago
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
|
||
3 years ago
|
where DocType = "Place"
|
||
3 years ago
|
where contains(Place.Type, "Restaurant")
|
||
|
where contains(Place.Location, "NottingHill")
|
||
3 years ago
|
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
|
||
3 years ago
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
|
||
3 years ago
|
where DocType = "Place"
|
||
3 years ago
|
where contains(Place.Type, "Restaurant")
|
||
|
where contains(Place.Location, "Paddington")
|
||
3 years ago
|
sort file.name ascending
|
||
3 years ago
|
```
|
||
3 years ago
|
|
||
|
 
|
||
|
|
||
3 years ago
|
#### Mayfair
|
||
|
|
||
|
```dataview
|
||
3 years ago
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
|
||
3 years ago
|
where DocType = "Place"
|
||
3 years ago
|
where contains(Place.Type, "Restaurant")
|
||
|
where contains(Place.Location, "Mayfair")
|
||
3 years ago
|
sort file.name ascending
|
||
3 years ago
|
```
|
||
3 years ago
|
|
||
|
 
|
||
|
|
||
3 years ago
|
#### Marylebone
|
||
|
|
||
|
```dataview
|
||
3 years ago
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
|
||
3 years ago
|
where DocType = "Place"
|
||
3 years ago
|
where contains(Place.Type, "Restaurant")
|
||
|
where contains(Place.Location, "Marylebone")
|
||
3 years ago
|
sort file.name ascending
|
||
3 years ago
|
```
|
||
3 years ago
|
|
||
|
 
|
||
|
|
||
3 years ago
|
#### Soho
|
||
|
|
||
|
```dataview
|
||
3 years ago
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
|
||
3 years ago
|
where DocType = "Place"
|
||
3 years ago
|
where contains(Place.Type, "Restaurant")
|
||
|
where contains(Place.Location, "Soho")
|
||
3 years ago
|
sort file.name ascending
|
||
3 years ago
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
#### Fitzrovia
|
||
|
|
||
|
```dataview
|
||
3 years ago
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
|
||
3 years ago
|
where DocType = "Place"
|
||
3 years ago
|
where contains(Place.Type, "Restaurant")
|
||
|
where contains(Place.Location, "Fitzrovia")
|
||
3 years ago
|
sort file.name ascending
|
||
3 years ago
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
#### St Pancras
|
||
|
|
||
|
```dataview
|
||
3 years ago
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
|
||
3 years ago
|
where DocType = "Place"
|
||
3 years ago
|
where contains(Place.Type, "Restaurant")
|
||
|
where contains(Place.Location, "StPancras")
|
||
3 years ago
|
sort file.name ascending
|
||
3 years ago
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
#### Shoreditch
|
||
|
|
||
|
```dataview
|
||
3 years ago
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
|
||
3 years ago
|
where DocType = "Place"
|
||
3 years ago
|
where contains(Place.Type, "Restaurant")
|
||
|
where contains(Place.Location, "Shoreditch")
|
||
3 years ago
|
sort file.name ascending
|
||
3 years ago
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
#### The City
|
||
|
|
||
|
```dataview
|
||
3 years ago
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
|
||
3 years ago
|
where DocType = "Place"
|
||
3 years ago
|
where contains(Place.Type, "Restaurant")
|
||
|
where contains(Place.Location, "City")
|
||
3 years ago
|
sort file.name ascending
|
||
3 years ago
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
#### Whitechapel
|
||
|
|
||
|
```dataview
|
||
3 years ago
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
|
||
3 years ago
|
where DocType = "Place"
|
||
3 years ago
|
where contains(Place.Type, "Restaurant")
|
||
|
where contains(Place.Location, "Whitechapel")
|
||
3 years ago
|
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
|
 
|
||
|
 
|