--- 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 Place.Type = "Restaurant" where 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 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 Place.Type = "Restaurant" where 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 Place.Type = "Restaurant" where 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 Place.Type = "Restaurant" where 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 Place.Type = "Restaurant" where 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 Place.Type = "Restaurant" where 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 Place.Type = "Restaurant" where 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 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 Place.Type = "Restaurant" where 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 Place.Type = "Restaurant" where 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 Place.Type = "Restaurant" where 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 Place.Type = "Restaurant" where 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 Place.Type = "Restaurant" where 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 Place.Type = "Restaurant" where 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 Place.Type = "Restaurant" where 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 Place.Type = "Restaurant" where 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 Place.Type = "Restaurant" where 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 Place.Type = "Restaurant" where 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 Place.Type = "Restaurant" where Place.Location = "Whitechapel" sort file.name ascending ```   ---   ### Recommendation list   [[Recommendation list (London)|here]]