--- Alias: ["Professional"] Tag: [""] Date: 2022-08-24 DocType: ChildrenType: Hierarchy: "Root2" location: CollapseMetaTable: true --- Parent:: [[@@Life Organisation|Life Orga]] ---   ```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 "00.06 Professional" Sort Date ascending ```   ---   ### 🏷 Tag Navigation   ```dataview Table without id tags as "Tags" From "00.06 Professional" Flatten file.tags as tags Group by tags ```   ---   ### ⏲ TimeStamp check   ```dataview Table TimeStamp as "Time Stamp" from "00.06 Professional" Where TimeStamp > date(today) - dur(100 years) Sort TimeStamp ascending ```   ---   ### ✅ High Level tasks   ```tasks not done path includes Professional sort by due hide backlink hide task count ```