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.

173 lines
2.6 KiB

3 years ago
---
QPType: ["Hotel", "Restaurant", "Bar"]
QPStyle:
QPAmbiance:
QPKeyword: Terrace
QPArea:
QPStatus:
QPDAdded:
Alias: ["Paris"]
2 years ago
Tag: ["🕴️", "🗼", "🏢"]
3 years ago
Date: 2021-10-04
DocType: "Personal"
2 years ago
location: [48.8588897,2.3200410217200766]
3 years ago
ChildrenType:
- Place
- Note
- Task
- Product
Hierarchy: "Root"
CollapseMetaTable: true
3 years ago
---
3 years ago
Parent:: [[@@Life Organisation|Life Orga]]
3 years ago
---
^Top
 
```button
name Create Note
type append template
action NewFile
id CreateNote
```
^button-ParisNewNote
```button
name Save
type command
action Save current file
id Save
```
^button-ParisSave
 
# Folder map
 
```ad-abstract
title: Summary
collapse: open
This note enables to navigate in the Paris section and find any Note in this Vault by Note or Tag
```
 
```toc
style: number
```
 
---
 
### Master Navigation
[[#^Top|TOP]]
 
2 years ago
  [[@Restaurants Paris|🍽]]    [[@Hotels Paris|:hotel:]]     [[@Sport Paris|:soccer:]]     [[@Bars Paris|:cocktail:]]     [[@Expositions, concerts et activités|:art:]]     [[@Media France|:studio_microphone:]]
3 years ago
 
---
 
### Search
[[#^Top|TOP]]
 
```button
name Search Places
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
 
```dataviewjs
dv.view("00.01 Admin/dv-views/print_placesearch", {placetype: dv.current().QPType, dateadded: dv.current().QPDAdded, style: dv.current().QPStyle, ambiance: dv.current().QPAmbiance, area: dv.current().QPArea, theme: dv.current().QPKeyword, country: "France", status: dv.current().QPStatus})
```
 
```dataviewjs
dv.view("00.01 Admin/dv-views/query_place", {placetype: dv.current().QPType, dateadded: dv.current().QPDAdded, style: dv.current().QPStyle, ambiance: dv.current().QPAmbiance, area: dv.current().QPArea, theme: dv.current().QPKeyword, country: "France", status: dv.current().QPStatus})
```
 
---
 
2 years ago
### Birthdays
 
- [ ] :birthday: **Virginie Parent**, [[@@Paris|Paris]] %%done_del%% 🔁 every year 📅 2023-12-12
- [x] :birthday: **Virginie Parent**, [[@@Paris|Paris]] %%done_del%% 🔁 every year 📅 2022-12-12 ✅ 2022-12-15
 
---
 
2 years ago
### Other activity
 
```dataview
Table DocType as "📝" from [[@@Paris]]
2 years ago
where !contains(file.name, "@@Paris")
sort DocType asc
```
 
---
 
3 years ago
### High Level tasks
[[#^Top|TOP]]
 
```tasks
not done
path includes Paris
sort by due
hide backlink
hide task count
```
 
---
 
### Tag Navigation
 
```dataview
Table without id tags as "Tags" From "02.02 Paris"
Flatten file.tags as tags
Group by tags
```
[[#^Top|TOP]]