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.

101 lines
1.2 KiB

2 years ago
---
Alias: ["Switzerland"]
Tag: ["Travel"]
Date: 2022-08-24
DocType: Note
ChildrenType: ["Travel", "Place"]
Hierarchy: "Root"
location:
CollapseMetaTable: Yes
---
Parent:: [[@@Travels|Travels]]
---
 
```button
name Create Note
type append template
action NewFile
id CreateNote
```
^button-undefinedNewNote
```button
name Save
type command
action Save current file
id Save
```
^button-undefinedSave
 
# Folder map
 
> [!summary]+
> This note enables to navigate in the section and find any Note in this Vault by Note or Tag
 
```toc
style: number
```
 
---
 
### Master Navigation
 
```dataview
Table Date as "Creation Date" from "03.02 Travels"
Where DocType = "Place" and Place.Country = "Switzerland"
Sort file.link ascending
```
 
---
 
### Tag Navigation
 
```dataview
Table without id tags as "Tags" From "03.02 Travels"
Where DocType = "Place" and Place.Country = "Switzerland"
Flatten file.tags as tags
Group by tags
```
 
---
 
### Other activity
 
```dataview
Table DocType as "Doc type" from [[@Switzerland]]
where !contains(file.name, "@@Travel")
sort DocType asc
```