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.

115 lines
1.5 KiB

---
Alias: ["Switzerland", "Suisse", "Schweiz", "Svizzera"]
Tag: ["✈", "🇨🇭"]
Date: 2022-08-24
DocType: Note
ChildrenType: ["Travel", "Place"]
Hierarchy: "Root"
location: [46.7985624,8.2319736]
CollapseMetaTable: true
---
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") or (DocType = "Travel" and contains(Travel.Country, "Switzerland"))
Sort file.link ascending
```
 
---
 
### Activities
 
#### Sport
- [ ] :snowflake: :ski: [[@Switzerland|🇨🇭]]: Organise to watch a Ski World Cup event %%done_del%% 🔁every year 📅2024-11-15
 
---
 
### 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
```