--- Alias: ["Cafés in London"] Tag: ["Personal", "Lifestyle", "Café"] Date: 2021-10-04 DocType: "Personal" Hierarchy: "Root2" TimeStamp: CollapseMetaTable: Yes --- Parent:: [[@@London|London]] ---   ```button name Save type command action Save current file id Save ``` ^button-CafeLondonSave   # Cafés in London   ```ad-abstract title: Summary collapse: open Café recommendations in London ```   ```toc style: number ```   ---   ### Bayswater/Notting Hill   ```dataview Table without id file.link as "Place", Phone, Mobile, Email, Website from "London" where DocType = "Place" where Place.Type = "Café" where Place.Location = "Bayswater" or Place.Location = "NottingHill" ```   ---   ### Soho   ```dataview Table without id file.link as "Place", Phone, Mobile, Email, Website from "London" where DocType = "Place" where Place.Type = "Café" where Place.Location = "Soho" ```   ---   ### Highbury   ```dataview Table without id file.link as "Place", Phone, Mobile, Email, Website from "London" where DocType = "Place" where Place.Type = "Café" where Place.Location = "Highbury" ```   ---   ### Ealing   ```dataview Table without id file.link as "Place", Phone, Mobile, Email, Website from "London" where DocType = "Place" where Place.Type = "Café" where Place.Location = "Ealing" ```