--- Alias: ["Italy", "Italia"] Tag: ["โœˆ", "๐Ÿ‡ฎ๐Ÿ‡น"] Date: 2022-06-20 DocType: Note ChildrenType: ["Travel", "Place"] Hierarchy: "Root" location: [42.6384261,12.674297] CollapseMetaTable: true --- Parent:: [[@@Travels|Travels]] ---   ```button name Create Note type append template action NewFile id CreateNote ``` ^button-ItalyNewNote ```button name Save type command action Save current file id Save ``` ^button-ItalySave   # Folder map   ```ad-abstract title: Summary collapse: open This note enables to list all places in Italy 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 = "Italy") or (DocType = "Travel" and contains(Travel.Country, "Italy")) Sort file.link ascending ```   ---   ### Activities   #### Loca activities & social life - [ ] :maple_leaf: :canned_food: [[@Italy|๐Ÿ‡ฎ๐Ÿ‡น]]: Check out the [International White Truffle Fair - Find out all the events](https://www.fieradeltartufo.org/en/) %%done_del%% ๐Ÿ”every year ๐Ÿ“…2024-09-18   #### Sport - [ ] :sunny: :racehorse: [[@Italy|๐Ÿ‡ฎ๐Ÿ‡น]]: Check out the [Palio di Siena](https://www.comune.siena.it/node/135) %%done_del%% ๐Ÿ”every year ๐Ÿ“…2024-05-15   ---   ### Tag Navigation   ```dataview Table without id tags as "Tags" From "03.02 Travels" Where DocType = "Place" and Place.Country = "Italy" Flatten file.tags as tags Group by tags ```   ---   ### Other activity   ```dataview Table DocType as "Doc type" from [[@Italy]] where !contains(file.name, "@@Travel") sort DocType asc ```