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.

146 lines
1.6 KiB

---
Alias: ["Family organisation"]
Tag: ["Personal", "Family"]
Date: 2021-10-01
DocType: "Family"
Hierarchy: "Root"
CollapseMetaTable: Yes
---
Parent:: [[Family]]
---
 
```button
name Create New Note
type note(New Note) template
action Template Note
id NewNote
```
^button-FamilyNewNote
```button
name Create New Source
type note(New Source) template
action Template Source
id NewNote
```
^button-FamilyNewSource
```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 "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
```