--- 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 ```dataviewjs dv.view("00.01 Admin/dv-views/query_place", {country: "UK", placetype: "Bar", area: "NottingHill"}) ```   #### Soho ```dataviewjs dv.view("00.01 Admin/dv-views/query_place", {country: "UK", placetype: "Bar", area: "Soho"}) ```   #### Mayfair ```dataviewjs dv.view("00.01 Admin/dv-views/query_place", {country: "UK", placetype: "Bar", area: "Mayfair"}) ```   #### Kensington ```dataviewjs dv.view("00.01 Admin/dv-views/query_place", {country: "UK", placetype: "Bar", area: "Kensington"}) ```   #### Chelsea ```dataviewjs dv.view("00.01 Admin/dv-views/query_place", {country: "UK", placetype: "Bar", area: "Chelsea"}) ```   #### St Pancras ```dataviewjs dv.view("00.01 Admin/dv-views/query_place", {country: "UK", placetype: "Bar", area: "StPancras"}) ```   #### Shoreditch ```dataviewjs dv.view("00.01 Admin/dv-views/query_place", {country: "UK", placetype: "Bar", area: "Shoreditch"}) ```   #### The City ```dataviewjs dv.view("00.01 Admin/dv-views/query_place", {country: "UK", placetype: "Bar", area: "City"}) ```   ---   ### Rooftops   ```dataviewjs dv.view("00.01 Admin/dv-views/query_place", {country: "UK", placetype: ["Bar", "Restaurant", "Hotel"], ambiance: "Rooftop"}) ```   ---   ### Speakeasies   ```dataviewjs dv.view("00.01 Admin/dv-views/query_place", {country: "UK", placetype: ["Bar", "Restaurant", "Hotel"], ambiance: "Speakeasy"}) ```   ---   ### Hotel bars   ```dataview Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "02.01 London" where DocType = "Place" where contains(Place.Type, "Bar") where contains(Place.Type, "Hotel") ```   ---   ### Recommendation list [[Recommendation list (London)|here]]