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.

144 lines
2.1 KiB

3 years ago
---
3 years ago
QPType: ["Hotel", "Restaurant", "Bar"]
3 years ago
QPStyle:
QPAmbiance:
3 years ago
QPKeyword: Terrace
QPArea:
3 years ago
QPStatus:
QPDAdded:
3 years ago
Alias: ["Paris"]
Tag: ["Personal", "Life"]
Date: 2021-10-04
DocType: "Personal"
Hierarchy: "Root"
CollapseMetaTable: Yes
---
Parent:: [[@Life Organisation|Life Orga]]
---
 
```button
name Create New Note
type note(New Note) template
action Template Note
id NewNote
```
^button-ParisNewNote
```button
name Create New Place
type note(New Place) template
action Template Place
id NewNote
```
^button-ParisNewPlace
```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
 
1. [[@Restaurants Paris|Restaurants in Paris]]
3 years ago
2. [[@Bars Paris|Bars in Paris]]
3 years ago
3. [[@Hotels Paris|Hotels in Paris]]
4. [[@Sport Paris|Sport in Paris]]
5. [[@Expositions, concerts et activités|Expositions, concerts et activités]]
6. [[@Media France|Media en France]]
3 years ago
 
---
 
3 years ago
### Search
 
```button
name Search Places
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
 
```dataviewjs
dv.view("00.01 Admin/dv-views/print_data", {toprint: [dv.current().QPType, dv.current().QPDAdded, dv.current().QPStyle, dv.current().QPAmbiance, dv.current().QPArea, dv.current().QPKeyword, 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})
```
 
---
 
3 years ago
### High Level tasks
3 years ago
 
3 years ago
```tasks
not done
path includes Paris
sort by due
hide backlink
hide task count
3 years ago
```
 
---
 
3 years ago
### Tag Navigation
3 years ago
 
3 years ago
```dataview
Table without id tags as "Tags" From "02.02 Paris"
3 years ago
Flatten file.tags as tags
Group by tags
3 years ago
```