--- Alias: ["Bars London", "Bars in London"] Tag: ["London", "Bar"] 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-BarsParisSave   # Bars in London   ```ad-abstract title: Summary collapse: open Note summarising bars in London by neighbourhood. ```   ```toc style: number ```   ---   ### Navigation by location   #### Notting Hill ```dataview Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London" where DocType = "Place" where contains(Place.Type, "Bar") where Place.Location = "NottingHill" ```   #### Soho ```dataview Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London" where DocType = "Place" where contains(Place.Type, "Bar") where Place.Location = "Soho" ```   #### Mayfair ```dataview Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London" where DocType = "Place" where contains(Place.Type, "Bar") where Place.Location = "Mayfair" ```   #### Kensington ```dataview Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London" where DocType = "Place" where contains(Place.Type, "Bar") where Place.Location = "Kensington" ```   #### Chelsea ```dataview Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London" where DocType = "Place" where contains(Place.Type, "Bar") where Place.Location = "Chelsea" ```   #### St Pancras ```dataview Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London" where DocType = "Place" where contains(Place.Type, "Bar") where Place.Location = "StPancras" ```   #### Shoreditch ```dataview Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London" where DocType = "Place" where contains(Place.Type, "Bar") where Place.Location = "Shoreditch" ```   #### The City ```dataview Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London" where DocType = "Place" where contains(Place.Type, "Bar") where Place.Location = "City" ```   ---   ### Rooftops   ```dataview Table without id file.link as "Place", Place.Location as "Neighbourhood", Phone, Email, Website from "London" where DocType = "Place" where Place.SubType = "Rooftop" ```   ---   ### Speakeasies   ```dataview Table without id file.link as "Place", Place.Location as "Neighbourhood", Phone, Email, Website from "London" where DocType = "Place" where Place.SubType = "Speakeasy" ```   ---   ### Hotel bars   ```dataview Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London" where DocType = "Place" where contains(Place.Type, "Bar") where contains(Place.Type, "Hotel") ```   ---   ### Recommendation list [[Recommendation list (London)|here]]