--- cssclass: - cards Alias: ["Commerces à Paris", "Shops in Paris"] Tag: ["🗼", "🛍"] Date: 2021-10-04 DocType: Redommendation Hierarchy: Root2 TimeStamp: CollapseMetaTable: true --- Parent:: [[@@Paris|Paris]] --- ^Top   ```button name Save type command action Save current file id Save ``` ^button-CommercesParisSave   # Shops in Paris   ```ad-abstract title: Summary collapse: open Note summarising shops in Paris by neighbourhood. ```   ```toc style: number ```   ---   ### Navigation by location   #### Montmartre ```dataviewjs dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Commerce", area: "Montmartre"}) ```   #### République ```dataviewjs dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Commerce", area: "République"}) ```   #### Pigalle ```dataviewjs dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Commerce", area: "Pigalle"}) ```   #### Saint-Ouen ```dataviewjs dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Commerce", area: "Saint-Ouen"}) ```   ---   ### Navigation by type   #### Épicerie ```dataviewjs dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Commerce", ambiance: "Epicerie"}) ```   #### Boulangerie ```dataviewjs dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Commerce", ambiance: "Boulangerie"}) ```   #### Patisserie ```dataviewjs dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Commerce", ambiance: "Patisserie"}) ```   #### Disquaire ```dataviewjs dv.view("00.01 Admin/dv-views/query_place", {country: "France", placetype: "Commerce", ambiance: "Disquaire"}) ```