You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
131 lines
1.8 KiB
131 lines
1.8 KiB
---
|
|
|
|
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"})
|
|
```
|
|
|
|
 
|
|
  |