|
|
|
---
|
|
|
|
|
|
|
|
Alias: ["Restaurants Paris", "Restaurants in Paris"]
|
|
|
|
Tag: ["Paris", "Restaurant"]
|
|
|
|
Date: 2021-10-04
|
|
|
|
DocType: Redommendation
|
|
|
|
Hierarchy: Root2
|
|
|
|
TimeStamp:
|
|
|
|
CollapseMetaTable: Yes
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
Parent:: [[@@Paris|Paris]]
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
```button
|
|
|
|
name Save
|
|
|
|
type command
|
|
|
|
action Save current file
|
|
|
|
id Save
|
|
|
|
```
|
|
|
|
^button-RestaurantsParisSave
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
# Restaurants in Paris
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
```ad-abstract
|
|
|
|
title: Summary
|
|
|
|
collapse: open
|
|
|
|
Note summarising restaurants in Paris by Cuisine and/or by type
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
```toc
|
|
|
|
style: number
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
### Navigation by type
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### French
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "Paris"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Style, "French")
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Italian
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "Paris"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Style, "Italian")
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### North African
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "Paris"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Style, "North African")
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Peruvian
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "Paris"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Style, "Peruvian")
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Asian
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "Paris"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Style, "Asian")
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Japanese
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "Paris"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Style, "Japanese")
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
### Navigation by location
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Marais
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "Paris"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Location, "Marais")
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Quartier Latin
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "Paris"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Location, "Quartier Latin")
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Gare du Nord
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "Paris"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Location, "Gare du Nord")
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Bastille
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "Paris"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Location, "Bastille")
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### République
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "Paris"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Location, "République")
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### La Muette
|
|
|
|
|
|
|
|
```dataview
|
|
|
|
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "Paris"
|
|
|
|
where DocType = "Place"
|
|
|
|
where contains(Place.Type, "Restaurant")
|
|
|
|
where contains(Place.Location, "La Muette")
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
### Recommendation list
|
|
|
|
|
|
|
|
[[Recommendation list (Paris)|here]]
|
|
|
|
|
|
|
|
 
|
|
|
|
 
|