parent
7fbc07353e
commit
bd86ddc223
@ -0,0 +1,158 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Alias: ["Hotels Paris", "Hotels in Paris"]
|
||||||
|
Tag: ["Paris", "Hotel"]
|
||||||
|
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-HotelParisSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# Hotels in Paris
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Note summarising hotels in Paris by neighbourhood.
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Raw list
|
||||||
|
|
||||||
|
|
||||||
|
[[Hotel Amour]]](https://www.hotelamourparis.fr/en/)
|
||||||
|
[[Hotel Grand Amour]]](https://www.hotelamourparis.fr/en/hotels/grand-amour-hotel/)
|
||||||
|
|
||||||
|
### Navigation by location
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
#### Marais
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "Paris"
|
||||||
|
where DocType = "Place"
|
||||||
|
where contains(Place.Type, "Hotel")
|
||||||
|
where contains(Place.Location, "Marais")
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
#### Opéra
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "Paris"
|
||||||
|
where DocType = "Place"
|
||||||
|
where contains(Place.Type, "Hotel")
|
||||||
|
where contains(Place.Location, "Opera")
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
#### Gare du Nord
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "Paris"
|
||||||
|
where DocType = "Place"
|
||||||
|
where contains(Place.Type, "Hotel")
|
||||||
|
where contains(Place.Location, "GareduNord")
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
#### Pigalle
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "Paris"
|
||||||
|
where DocType = "Place"
|
||||||
|
where contains(Place.Type, "Hotel")
|
||||||
|
where contains(Place.Location, "Pigalle")
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
#### Saint Germain-des-Prés
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "Paris"
|
||||||
|
where DocType = "Place"
|
||||||
|
where contains(Place.Type, "Hotel")
|
||||||
|
where contains(Place.Location, "StGermain")
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
#### Montmartre
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "Paris"
|
||||||
|
where DocType = "Place"
|
||||||
|
where contains(Place.Type, "Hotel")
|
||||||
|
where contains(Place.Location, "Montmartre")
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
#### Nation
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "Paris"
|
||||||
|
where DocType = "Place"
|
||||||
|
where contains(Place.Type, "Hotel")
|
||||||
|
where contains(Place.Location, "Nation")
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
#### Yvelines
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "Paris"
|
||||||
|
where DocType = "Place"
|
||||||
|
where contains(Place.Type, "Hotel")
|
||||||
|
where contains(Place.Location, "Yvelines")
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Recommendation list
|
||||||
|
|
||||||
|
[[Recommendation list (Paris)|here]]
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
@ -0,0 +1,95 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Tag: [""]
|
||||||
|
Date: 2021-10-06
|
||||||
|
DocType: "Place"
|
||||||
|
Hierarchy: "NonRoot"
|
||||||
|
TimeStamp:
|
||||||
|
location:
|
||||||
|
Place:
|
||||||
|
Type: Hotel
|
||||||
|
SubType: Atmosphere
|
||||||
|
Style: Hipster
|
||||||
|
Location: Pigalle
|
||||||
|
Country: France
|
||||||
|
Status: Occasional
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[@Hotels Paris|Hotels in Paris]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-HotelAmourSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# Hotel Amour
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Trendy hipster hotel in the East of Paris
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Contact
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
#### Address
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
8 Rue de Navarin
|
||||||
|
75009 Paris
|
||||||
|
France
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
#### Contacts
|
||||||
|
|
||||||
|
|
||||||
|
Phone:: <a href="tel:+33148783180">01 48 78 31 80</a>
|
||||||
|
|
||||||
|
Email:: amour@hotelamourparis.fr
|
||||||
|
|
||||||
|
Website:: https://amour.hotelamourparis.fr/
|
||||||
|
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
Sister hotel to [[Hotel Grand Amour]]
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
@ -0,0 +1,95 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Tag: ["Scenic", "Parisian"]
|
||||||
|
Date: 2021-10-06
|
||||||
|
DocType: "Place"
|
||||||
|
Hierarchy: "NonRoot"
|
||||||
|
TimeStamp:
|
||||||
|
location:
|
||||||
|
Place:
|
||||||
|
Type: Hotel
|
||||||
|
SubType: Traditional
|
||||||
|
Style: Parisian
|
||||||
|
Location: Opera
|
||||||
|
Country: France
|
||||||
|
Status: Prospect
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[@Hotels Paris|Hotels in Paris]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-HotelChopinSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# Hotel Chopin
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Adorable small hotel behind Opera
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Contact
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
#### Address
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
46 passage Jouffroy
|
||||||
|
75009 Paris
|
||||||
|
France
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
#### Contacts
|
||||||
|
|
||||||
|
|
||||||
|
Phone:: <a href="tel:+33147705810">01 47 70 58 10</a>
|
||||||
|
|
||||||
|
Email:: info@hotelchopin.fr
|
||||||
|
|
||||||
|
Website:: https://hotelchopin-paris-opera.com/en/
|
||||||
|
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
Loret ipsum
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
@ -0,0 +1,92 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Tag: [""]
|
||||||
|
Date: 2021-10-06
|
||||||
|
DocType: "Place"
|
||||||
|
Hierarchy: "NonRoot"
|
||||||
|
TimeStamp:
|
||||||
|
location:
|
||||||
|
Place:
|
||||||
|
Type: Hotel
|
||||||
|
SubType: Atmosphere
|
||||||
|
Style: Trendy
|
||||||
|
Location: GareduNord
|
||||||
|
Country: France
|
||||||
|
Status: Occasional
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[@Hotels Paris|Hotels in Paris]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-HotelGrandAmourSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# Hotel Grand Amour
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Trendy hipster hotel by the Gare de l'Est
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Contact
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-address
|
||||||
|
~~~
|
||||||
|
18 rue de la Fidélité
|
||||||
|
75010 Paris
|
||||||
|
France
|
||||||
|
~~~
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
|
||||||
|
Phone:: <a href="tel:+33144160330">01 44 16 03 30</a>
|
||||||
|
|
||||||
|
Email:: grandamour@hotelamourparis.fr
|
||||||
|
|
||||||
|
Website:: https://grandamour.hotelamourparis.fr/
|
||||||
|
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
Sister hotel to [[Hotel Amour]]
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
@ -0,0 +1,95 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Tag: [""]
|
||||||
|
Date: 2021-10-06
|
||||||
|
DocType: "Place"
|
||||||
|
Hierarchy: "NonRoot"
|
||||||
|
TimeStamp:
|
||||||
|
location:
|
||||||
|
Place:
|
||||||
|
Type: Hotel
|
||||||
|
SubType: Historic
|
||||||
|
Style: "Place des Vosges"
|
||||||
|
Location: Marais
|
||||||
|
Country: France
|
||||||
|
Status: Prospect
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[@Hotels Paris|Hotels in Paris]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-LePavilliondelaReineSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# Le Pavillion de la Reine
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Beautiful hotel on the Place des Vosges
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Contact
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
#### Address
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
28 place des Vosges
|
||||||
|
75003 Paris
|
||||||
|
France
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
#### Contacts
|
||||||
|
|
||||||
|
|
||||||
|
Phone:: <a href="tel:+33140291919">01 40 29 19 19</a>
|
||||||
|
|
||||||
|
Email:: contact@pdlr.fr
|
||||||
|
|
||||||
|
Website:: http://www.pavillon-de-la-reine.com/
|
||||||
|
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
Loret ipsum
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
@ -0,0 +1,95 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Tag: ["Renovated", "Architecture"]
|
||||||
|
Date: 2021-10-06
|
||||||
|
DocType: "Place"
|
||||||
|
Hierarchy: "NonRoot"
|
||||||
|
TimeStamp:
|
||||||
|
location:
|
||||||
|
Place:
|
||||||
|
Type: Hotel
|
||||||
|
SubType: Rooftop
|
||||||
|
Style: Modern
|
||||||
|
Location: Montmartre
|
||||||
|
Country: France
|
||||||
|
Status: Prospect
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[@Hotels Paris|Hotels in Paris]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-TerrassHotelSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# Terrass'Hotel
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Note Description
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Contact
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
#### Address
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
12-14 Rue Joseph de Maistre
|
||||||
|
75018 Paris
|
||||||
|
France
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
#### Contacts
|
||||||
|
|
||||||
|
|
||||||
|
Phone:: <a href="tel:+33146067285">01 46 06 72 85</a>
|
||||||
|
|
||||||
|
Email:: reservation@terrass-hotel.com
|
||||||
|
|
||||||
|
Website:: https://www.terrass-hotel.com/en
|
||||||
|
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
Loret ipsum
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
@ -0,0 +1,95 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Tag: [""]
|
||||||
|
Date: 2021-10-06
|
||||||
|
DocType: "Place"
|
||||||
|
Hierarchy: "NonRoot"
|
||||||
|
TimeStamp:
|
||||||
|
location:
|
||||||
|
Place:
|
||||||
|
Type: Hotel
|
||||||
|
SubType: Modern
|
||||||
|
Style: Architecture
|
||||||
|
Location: Marais
|
||||||
|
Country: France
|
||||||
|
Status: Prospective
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[@Hotels Paris|Hotels in Paris]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-VillaBeaumarchaisSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# Villa Beaumarchais
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Beautiful modern hotel at the fringe of the Marais.
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Contact
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
#### Address
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
5 Rue Des Arquebusiers
|
||||||
|
75003 Paris
|
||||||
|
France
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
#### Contacts
|
||||||
|
|
||||||
|
|
||||||
|
Phone:: <a href="tel:+33140291400">01 40 29 14 00</a>
|
||||||
|
|
||||||
|
Email:: beaumarchais@machefert.com
|
||||||
|
|
||||||
|
Website:: https://www.villa-beaumarchais.com/
|
||||||
|
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
Loret ipsum
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
Loading…
Reference in new issue