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.

102 lines
1.2 KiB

2 years ago
---
Alias: ["France"]
Tag: ["Travel"]
Date: 2022-06-20
DocType: Note
ChildrenType: ["Travel", "Place"]
Hierarchy: "Root"
location:
CollapseMetaTable: Yes
---
Parent:: [[@Lifestyle|Lifestyle]]
---
 
```button
name Create Note
type append template
action NewFile
id CreateNote
```
^button-FranceNewNote
```button
name Save
type command
action Save current file
id Save
```
^button-FranceSave
 
# Folder map
 
```ad-abstract
title: Summary
collapse: open
This note enables to list all places in France where recommendations can be made.
```
 
```toc
style: number
```
 
---
 
### Master Navigation
 
```dataview
Table Date as "Creation Date" from "03.02 Travels"
Where DocType = "Place" and Place.Country = "France"
Sort file.link ascending
```
 
---
 
### Tag Navigation
 
```dataview
Table without id tags as "Tags" From "03.02 Travels"
Where DocType = "Place" and Place.Country = "France"
Flatten file.tags as tags
Group by tags
```
2 years ago
 
---
 
### Other activity
 
```dataview
Table DocType as "Doc type" from [[@France]]
where !contains(file.name, "@@Travel")
sort DocType asc
```
2 years ago