--- 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 ```