parent
6f78ba9367
commit
51026f29d8
@ -0,0 +1,150 @@
|
||||
---
|
||||
|
||||
Alias: ["Brunches London", "Brunches in London"]
|
||||
Tag: ["London", "Brunch"]
|
||||
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-BrunchsLondonSave
|
||||
|
||||
 
|
||||
|
||||
# Brunches in London
|
||||
|
||||
 
|
||||
|
||||
```ad-abstract
|
||||
title: Summary
|
||||
collapse: open
|
||||
Note summarising restaurants in London by Cuisine and/or by type
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
```toc
|
||||
style: number
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### 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 Place.SubType = "Brunch"
|
||||
where Place.Location = "NottingHill"
|
||||
sort file.name ascending
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
#### Kensington
|
||||
|
||||
```dataview
|
||||
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
|
||||
where DocType = "Place"
|
||||
where Place.SubType = "Brunch"
|
||||
where Place.Location = "Kensington"
|
||||
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 Place.SubType = "Brunch"
|
||||
where Place.Location = "Mayfair"
|
||||
sort file.name ascending
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
#### Sloane Square
|
||||
|
||||
```dataview
|
||||
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
|
||||
where DocType = "Place"
|
||||
where Place.SubType = "Brunch"
|
||||
where Place.Location = "SloaneSquare"
|
||||
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 Place.SubType = "Brunch"
|
||||
where Place.Location = "Soho"
|
||||
sort file.name ascending
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
#### Battersea
|
||||
|
||||
```dataview
|
||||
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
|
||||
where DocType = "Place"
|
||||
where Place.SubType = "Brunch"
|
||||
where Place.Location = "Battersea"
|
||||
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 Place.SubType = "Brunch"
|
||||
where Place.Location = "StPancras"
|
||||
sort file.name ascending
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Recommendation list
|
||||
|
||||
 
|
||||
|
||||
[[Recommendation list (London)|here]]
|
||||
|
||||
 
|
||||
 
|
@ -0,0 +1,95 @@
|
||||
---
|
||||
|
||||
Tag: ["Brasserie"]
|
||||
Date: 2021-10-05
|
||||
DocType: "Place"
|
||||
Hierarchy: "NonRoot"
|
||||
TimeStamp:
|
||||
location:
|
||||
Place:
|
||||
Type: Restaurant
|
||||
SubType: Brunch
|
||||
Style: European
|
||||
Location: Soho
|
||||
Country: UK
|
||||
Status: Tested
|
||||
|
||||
---
|
||||
|
||||
Parent:: [[@Brunchs London|Brunches in London]]
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
```button
|
||||
name Save
|
||||
type command
|
||||
action Save current file
|
||||
id Save
|
||||
```
|
||||
^button-BalthazarSohoSave
|
||||
|
||||
 
|
||||
|
||||
# Balthazar
|
||||
|
||||
 
|
||||
|
||||
```ad-abstract
|
||||
title: Summary
|
||||
collapse: open
|
||||
French/European brasserie styled restaurant in Covent Garden.
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
```toc
|
||||
style: number
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Contact
|
||||
|
||||
 
|
||||
|
||||
#### Address
|
||||
|
||||
```
|
||||
|
||||
4-6 Russell Street
|
||||
London WC2B 5HZ
|
||||
United Kingdom
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
#### Contacts
|
||||
|
||||
|
||||
Phone:: <a href="tel:+442033011155">0203 301 1155</a>
|
||||
|
||||
Email:: reservations@balthazarlondon.com
|
||||
|
||||
Website:: https://balthazarlondon.com/
|
||||
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Notes
|
||||
|
||||
 
|
||||
|
||||
Loret ipsum
|
||||
|
||||
 
|
||||
 
|
@ -0,0 +1,95 @@
|
||||
---
|
||||
|
||||
Tag: ["Brunch", "Champagne"]
|
||||
Date: 2021-10-05
|
||||
DocType: "Place"
|
||||
Hierarchy: "NonRoot"
|
||||
TimeStamp:
|
||||
location:
|
||||
Place:
|
||||
Type: Restaurant
|
||||
SubType: Brunch
|
||||
Style: British
|
||||
Location: Soho
|
||||
Country: UK
|
||||
Status: Occasional
|
||||
|
||||
---
|
||||
|
||||
Parent:: [[@Brunchs London|Brunches in London]]
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
```button
|
||||
name Save
|
||||
type command
|
||||
action Save current file
|
||||
id Save
|
||||
```
|
||||
^button-BBRicardSave
|
||||
|
||||
 
|
||||
|
||||
# Bob Bob Ricard
|
||||
|
||||
 
|
||||
|
||||
```ad-abstract
|
||||
title: Summary
|
||||
collapse: open
|
||||
British extravangaza with a "Champagne" button for more...
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
```toc
|
||||
style: number
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Contact
|
||||
|
||||
 
|
||||
|
||||
#### Address
|
||||
|
||||
```
|
||||
|
||||
1 Upper James Street
|
||||
London W1F 9DF
|
||||
United Kingdom
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
#### Contacts
|
||||
|
||||
|
||||
Phone:: <a href="tel:+442031451000">0203 145 1000</a>
|
||||
|
||||
Email:: soho.reservations@bobbobricard.com
|
||||
|
||||
Website:: https://www.bobbobricard.com/
|
||||
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Notes
|
||||
|
||||
 
|
||||
|
||||
Loret ipsum
|
||||
|
||||
 
|
||||
 
|
@ -0,0 +1,95 @@
|
||||
---
|
||||
|
||||
Tag: ["Value", "Friendly"]
|
||||
Date: 2021-10-05
|
||||
DocType: "Place"
|
||||
Hierarchy: "NonRoot"
|
||||
TimeStamp:
|
||||
location:
|
||||
Place:
|
||||
Type: Restaurant
|
||||
SubType: Brunch
|
||||
Style: MiddleEastern
|
||||
Location: Kensington
|
||||
Country: UK
|
||||
Status: Occasional
|
||||
|
||||
---
|
||||
|
||||
Parent:: [[@Brunchs London|Brunches in London]]
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
```button
|
||||
name Save
|
||||
type command
|
||||
action Save current file
|
||||
id Save
|
||||
```
|
||||
^button-PhilliesSave
|
||||
|
||||
 
|
||||
|
||||
# Café Phillies
|
||||
|
||||
 
|
||||
|
||||
```ad-abstract
|
||||
title: Summary
|
||||
collapse: open
|
||||
Local and friendly place off Kensington High Street.
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
```toc
|
||||
style: number
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Contact
|
||||
|
||||
 
|
||||
|
||||
#### Address
|
||||
|
||||
```
|
||||
|
||||
2A Phillimore Gardens
|
||||
London W8 7QB
|
||||
United Kingdom
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
#### Contacts
|
||||
|
||||
|
||||
Phone:: <a href="tel:+442079381890">0207 938 1890</a>
|
||||
|
||||
Email:: cafephillies@gmail.com
|
||||
|
||||
Website:: https://cafephillies.co.uk/
|
||||
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Notes
|
||||
|
||||
 
|
||||
|
||||
Loret ipsum
|
||||
|
||||
 
|
||||
 
|
@ -0,0 +1,95 @@
|
||||
---
|
||||
|
||||
Tag: ["Peruvian"]
|
||||
Date:
|
||||
DocType: "Place"
|
||||
Hierarchy: "NonRoot"
|
||||
TimeStamp:
|
||||
location:
|
||||
Place:
|
||||
Type: Restaurant
|
||||
SubType: Brunch
|
||||
Style: Peruvian
|
||||
Location: Soho
|
||||
Country: UK
|
||||
Status: Prospect
|
||||
|
||||
---
|
||||
|
||||
Parent:: [[@Brunchs London|Brunches in London]]
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
```button
|
||||
name Save
|
||||
type command
|
||||
action Save current file
|
||||
id Save
|
||||
```
|
||||
^button-CasaAndinaSave
|
||||
|
||||
 
|
||||
|
||||
# Casa Andina
|
||||
|
||||
 
|
||||
|
||||
```ad-abstract
|
||||
title: Summary
|
||||
collapse: open
|
||||
South American plates and brunch.
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
```toc
|
||||
style: number
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Contact
|
||||
|
||||
 
|
||||
|
||||
#### Address
|
||||
|
||||
```
|
||||
|
||||
31, Great Windmill Street
|
||||
London W1D 7LP
|
||||
United Kingdom
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
#### Contacts
|
||||
|
||||
|
||||
Phone:: <a href="tel:+442033279464">0203 327 9464</a>
|
||||
|
||||
Email:: andinapiccadilly@mesalatina.uk
|
||||
|
||||
Website:: https://www.cevichefamily.com/andina/casita-andina-piccadilly/
|
||||
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Notes
|
||||
|
||||
 
|
||||
|
||||
Loret ipsum
|
||||
|
||||
 
|
||||
 
|
@ -0,0 +1,95 @@
|
||||
---
|
||||
|
||||
Tag: [""]
|
||||
Date: 2021-10-05
|
||||
DocType: "Place"
|
||||
Hierarchy: "NonRoot"
|
||||
TimeStamp:
|
||||
location:
|
||||
Place:
|
||||
Type: Restaurant
|
||||
SubType: Brunch
|
||||
Style: Spanish
|
||||
Location: Soho
|
||||
Country: UK
|
||||
Status: Prospect
|
||||
|
||||
---
|
||||
|
||||
Parent:: [[@Brunchs London|Brunches in London]]
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
```button
|
||||
name Save
|
||||
type command
|
||||
action Save current file
|
||||
id Save
|
||||
```
|
||||
^button-DehesaSave
|
||||
|
||||
 
|
||||
|
||||
# Dehesa
|
||||
|
||||
 
|
||||
|
||||
```ad-abstract
|
||||
title: Summary
|
||||
collapse: open
|
||||
Spanish restaurant that offers brunch without reservations.
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
```toc
|
||||
style: number
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Contact
|
||||
|
||||
 
|
||||
|
||||
#### Address
|
||||
|
||||
```
|
||||
|
||||
25 Ganton Street
|
||||
London W1F 9BP
|
||||
United Kingdom
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
#### Contacts
|
||||
|
||||
|
||||
Phone:: <a href="tel:+442074944170">0207 494 4170</a>
|
||||
|
||||
Email:: info@dehesa.co.uk
|
||||
|
||||
Website:: https://www.saltyardgroup.co.uk/salt-yard-group-venues/dehesa
|
||||
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Notes
|
||||
|
||||
 
|
||||
|
||||
Loret ipsum
|
||||
|
||||
 
|
||||
 
|
@ -0,0 +1,93 @@
|
||||
---
|
||||
|
||||
Tag: ["Egg"]
|
||||
Date: 2021-10-05
|
||||
DocType: "Place"
|
||||
Hierarchy: "NonRoot"
|
||||
TimeStamp:
|
||||
location:
|
||||
Place:
|
||||
Type: Restaurant
|
||||
SubType: Brunch
|
||||
Style: Egg
|
||||
Location: NottingHill
|
||||
Country: UK
|
||||
Status: Occasional
|
||||
|
||||
---
|
||||
|
||||
Parent:: [[@Brunchs London|Brunches in London]]
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
```button
|
||||
name Save
|
||||
type command
|
||||
action Save current file
|
||||
id Save
|
||||
```
|
||||
^button-EggSlutSave
|
||||
|
||||
 
|
||||
|
||||
# Egg Slut
|
||||
|
||||
 
|
||||
|
||||
```ad-abstract
|
||||
title: Summary
|
||||
collapse: open
|
||||
Small Portobello road shack selling eggs et al.
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
```toc
|
||||
style: number
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Contact
|
||||
|
||||
 
|
||||
|
||||
#### Address
|
||||
|
||||
```
|
||||
|
||||
185 Portobello Road
|
||||
London W11 2ED
|
||||
United Kingdom
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
#### Contacts
|
||||
|
||||
|
||||
Phone:: <a href="tel:++442037451920">0203 745 1920</a>
|
||||
|
||||
Website:: https://www.eggslut.com/
|
||||
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Notes
|
||||
|
||||
 
|
||||
|
||||
Loret ipsum
|
||||
|
||||
 
|
||||
 
|
@ -0,0 +1,96 @@
|
||||
---
|
||||
|
||||
Alias: ["Granger"]
|
||||
Tag: ["Trendy", "Local"]
|
||||
Date: 2021-10-05
|
||||
DocType: "Place"
|
||||
Hierarchy: "NonRoot"
|
||||
TimeStamp:
|
||||
location:
|
||||
Place:
|
||||
Type: Restaurant
|
||||
SubType: Brunch
|
||||
Style: British
|
||||
Location: NottingHill
|
||||
Country: UK
|
||||
Status: Occasional
|
||||
|
||||
---
|
||||
|
||||
Parent:: [[@Brunchs London|Brunches in London]]
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
```button
|
||||
name Save
|
||||
type command
|
||||
action Save current file
|
||||
id Save
|
||||
```
|
||||
^button-GrangerSave
|
||||
|
||||
 
|
||||
|
||||
# Granger & Co
|
||||
|
||||
 
|
||||
|
||||
```ad-abstract
|
||||
title: Summary
|
||||
collapse: open
|
||||
Local and trendy weekend brunch place in Noting Hill. Several branches in London.
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
```toc
|
||||
style: number
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Contact
|
||||
|
||||
 
|
||||
|
||||
#### Address
|
||||
|
||||
```
|
||||
|
||||
175 Westbourne Grove
|
||||
London W11 2SB
|
||||
United Kingdom
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
#### Contacts
|
||||
|
||||
|
||||
Phone:: <a href="tel:+442072299111">0207 229 9111</a>
|
||||
|
||||
Email:: info@grangerandco.com
|
||||
|
||||
Website:: https://grangerandco.com/notting-hill
|
||||
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Notes
|
||||
|
||||
 
|
||||
|
||||
Loret ipsum
|
||||
|
||||
 
|
||||
 
|
@ -0,0 +1,95 @@
|
||||
---
|
||||
|
||||
Tag: ["Value", "Neighbourhood"]
|
||||
Date: 2021-10-05
|
||||
DocType: "Place"
|
||||
Hierarchy: "NonRoot"
|
||||
TimeStamp:
|
||||
location:
|
||||
Place:
|
||||
Type: Restaurant
|
||||
SubType: Brunch
|
||||
Style: European
|
||||
Location: Battersea
|
||||
Country: UK
|
||||
Status: Prospect
|
||||
|
||||
---
|
||||
|
||||
Parent:: [[@Brunchs London|Brunches in London]]
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
```button
|
||||
name Save
|
||||
type command
|
||||
action Save current file
|
||||
id Save
|
||||
```
|
||||
^button-NutbourneSave
|
||||
|
||||
 
|
||||
|
||||
# Nutbourne
|
||||
|
||||
 
|
||||
|
||||
```ad-abstract
|
||||
title: Summary
|
||||
collapse: open
|
||||
Local, friendly and good-value brunchplace on the Thames docks.
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
```toc
|
||||
style: number
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Contact
|
||||
|
||||
 
|
||||
|
||||
#### Address
|
||||
|
||||
```
|
||||
|
||||
29, Ransomes Dock
|
||||
London SW11 4NP
|
||||
United Kingdom
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
#### Contacts
|
||||
|
||||
|
||||
Phone:: <a href="tel:+442073500555">0207 350 0555</a>
|
||||
|
||||
Email:: info@nutbourne-restaurant.com
|
||||
|
||||
Website:: https://www.nutbourne-restaurant.com/
|
||||
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Notes
|
||||
|
||||
 
|
||||
|
||||
Same owners as [[The Shed]]
|
||||
|
||||
 
|
||||
 
|
@ -0,0 +1,95 @@
|
||||
---
|
||||
|
||||
Tag: ["ModernBritish"]
|
||||
Date: 2021-10-05
|
||||
DocType: "Place"
|
||||
Hierarchy: "NonRoot"
|
||||
TimeStamp:
|
||||
location:
|
||||
Place:
|
||||
Type: Restaurant
|
||||
SubType: Brunch
|
||||
Style: European
|
||||
Location: SloaneSquare
|
||||
Country: UK
|
||||
Status: Prospect
|
||||
|
||||
---
|
||||
|
||||
Parent:: [[@Brunchs London|Brunches in London]]
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
```button
|
||||
name Save
|
||||
type command
|
||||
action Save current file
|
||||
id Save
|
||||
```
|
||||
^button-BlackPennySave
|
||||
|
||||
 
|
||||
|
||||
# The Black Penny
|
||||
|
||||
 
|
||||
|
||||
```ad-abstract
|
||||
title: Summary
|
||||
collapse: open
|
||||
Brunch place in London with a few restaurants.
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
```toc
|
||||
style: number
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Contact
|
||||
|
||||
 
|
||||
|
||||
#### Address
|
||||
|
||||
```
|
||||
|
||||
55 Duke of York Square
|
||||
London SW3 4LY
|
||||
United Kingdom
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
#### Contacts
|
||||
|
||||
|
||||
Phone:: <a href="tel:+442072599965">0207 259 9965</a>
|
||||
|
||||
Email:: sloanesquare@theblackpenny.com
|
||||
|
||||
Website:: https://www.theblackpenny.com/
|
||||
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Notes
|
||||
|
||||
 
|
||||
|
||||
Loret ipsum
|
||||
|
||||
 
|
||||
 
|
@ -0,0 +1,96 @@
|
||||
---
|
||||
|
||||
Tag: ["Israeli"]
|
||||
Date: 2021-10-05
|
||||
DocType: "Place"
|
||||
Hierarchy: "NonRoot"
|
||||
TimeStamp:
|
||||
location:
|
||||
Place:
|
||||
Type: Restaurant
|
||||
SubType: Brunch
|
||||
Style: MiddleEastern
|
||||
Location: Soho
|
||||
Country: UK
|
||||
Status: Tested
|
||||
|
||||
---
|
||||
|
||||
Parent:: [[@Brunchs London|Brunches in London]]
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
```button
|
||||
name Save
|
||||
type command
|
||||
action Save current file
|
||||
id Save
|
||||
```
|
||||
^button-TheGoodEggSave
|
||||
|
||||
 
|
||||
|
||||
# The Good Egg
|
||||
|
||||
 
|
||||
|
||||
```ad-abstract
|
||||
title: Summary
|
||||
collapse: open
|
||||
Note Description
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
```toc
|
||||
style: number
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Contact
|
||||
|
||||
 
|
||||
|
||||
#### Address
|
||||
|
||||
```
|
||||
|
||||
Kingly Court
|
||||
Kingly Street
|
||||
London W1B 5PW
|
||||
United Kingdom
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
#### Contacts
|
||||
|
||||
|
||||
Phone:: <a href="tel:+442039112000">0203 911 2000</a>
|
||||
|
||||
Email:: soho@thegoodegg.co
|
||||
|
||||
Website:: https://www.thegoodegg.co/
|
||||
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Notes
|
||||
|
||||
 
|
||||
|
||||
Loret ipsum
|
||||
|
||||
 
|
||||
 
|
@ -0,0 +1,95 @@
|
||||
---
|
||||
|
||||
Tag: ["Farm", "FreshProduce"]
|
||||
Date: 2021-10-05
|
||||
DocType: "Place"
|
||||
Hierarchy: "NonRoot"
|
||||
TimeStamp:
|
||||
location:
|
||||
Place:
|
||||
Type: Restaurant
|
||||
SubType: Farm
|
||||
Style: British
|
||||
Location: NottingHill
|
||||
Country: UK
|
||||
Status: Occasional
|
||||
|
||||
---
|
||||
|
||||
Parent:: [[@Restaurants London|Restaurants in London]]
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
```button
|
||||
name Save
|
||||
type command
|
||||
action Save current file
|
||||
id Save
|
||||
```
|
||||
^button-TheShedSave
|
||||
|
||||
 
|
||||
|
||||
# The Shed
|
||||
|
||||
 
|
||||
|
||||
```ad-abstract
|
||||
title: Summary
|
||||
collapse: open
|
||||
Simple restaurant in Notting Hill Gate with brothers operating a 'from farm to plate' restaurant.
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
```toc
|
||||
style: number
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Contact
|
||||
|
||||
 
|
||||
|
||||
#### Address
|
||||
|
||||
```
|
||||
|
||||
122 Palace Gardens Terrace
|
||||
London W84RT
|
||||
United Kingdom
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
#### Contacts
|
||||
|
||||
|
||||
Phone:: <a href="tel:+442072294024">0207 229 4024</a>
|
||||
|
||||
Email:: info@theshed-restaurant.com
|
||||
|
||||
Website:: https://www.theshed-restaurant.com/
|
||||
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Notes
|
||||
|
||||
 
|
||||
|
||||
Sister restaurant to [[Nutbourne]].
|
||||
|
||||
 
|
||||
 
|
@ -0,0 +1,95 @@
|
||||
---
|
||||
|
||||
Tag: ["Trendy"]
|
||||
Date: 2021-10-05
|
||||
DocType: "Place"
|
||||
Hierarchy: "NonRoot"
|
||||
TimeStamp:
|
||||
location:
|
||||
Place:
|
||||
Type: Restaurant
|
||||
SubType: Brunch
|
||||
Style: British
|
||||
Location: Mayfair
|
||||
Country: UK
|
||||
Status: Tested
|
||||
|
||||
---
|
||||
|
||||
Parent:: [[@Brunchs London|Brunches in London]]
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
```button
|
||||
name Save
|
||||
type command
|
||||
action Save current file
|
||||
id Save
|
||||
```
|
||||
^button-WolseleySave
|
||||
|
||||
 
|
||||
|
||||
# The Wolseley
|
||||
|
||||
 
|
||||
|
||||
```ad-abstract
|
||||
title: Summary
|
||||
collapse: open
|
||||
Great place and food in Mayfair
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
```toc
|
||||
style: number
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Contact
|
||||
|
||||
 
|
||||
|
||||
#### Address
|
||||
|
||||
```
|
||||
|
||||
160 Piccadilly
|
||||
London W1J 9EB
|
||||
United Kingdom
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
#### Contacts
|
||||
|
||||
|
||||
Phone:: <a href="tel:+442074996996">0207 499 6996</a>
|
||||
|
||||
Email:: info@thewolseley.com
|
||||
|
||||
Website:: https://www.thewolseley.com/menu/lunch-dinner/
|
||||
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Notes
|
||||
|
||||
 
|
||||
|
||||
Loret ipsum
|
||||
|
||||
 
|
||||
 
|
Loading…
Reference in new issue