--- Alias: ["Family organisation"] Tag: ["Personal", "Family"] Date: 2021-10-01 DocType: "Family" ChildrenType: - Note - Task Hierarchy: "Root" CollapseMetaTable: Yes --- Parent:: [[Family]] ---   ```button name Create Note type append template action NewFile id CreateNote ``` ^button-FamilyNewNote ```button name Save type command action Save current file id Save ``` ^button-FOSave   # Folder map   ```ad-abstract title: Summary collapse: open This note enables to navigate in the Family section and find any Note in this Vault by Note or Tag ```   ```toc style: number ```   ---   ### Master Navigation   ```dataview Table Date as "Creation Date" from "01.03 Family" Sort Date ascending ```   ---   ### High Level tasks   ```tasks not done path includes Family description does not include :gift: description does not include :birthday: sort by due hide backlink hide task count ```   ---   ### Next 5 birthdays   ```tasks not done path includes Family description includes :birthday: limit to 5 tasks sort by due hide backlink hide task count ```   ---   ### Tag Navigation   ```dataview Table without id tags as "Tags" From "Family" Flatten file.tags as tags Group by tags ```   ---   ### TimeStamp check   ```dataview Table TimeStamp as "Time Stamp" from "Family" Where TimeStamp > date(today) - dur(100 years) Sort TimeStamp ascending ```