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.

129 lines
1.3 KiB

3 years ago
---
Alias: ["Family organisation"]
Tag: ["🕴️", "👨‍👩‍👧‍👦"]
3 years ago
Date: 2021-10-01
DocType: "Family"
ChildrenType:
- Note
- Task
- Person
3 years ago
Hierarchy: "Root"
CollapseMetaTable: true
3 years ago
---
3 years ago
Parent:: [[@Family]]
3 years ago
---
 
```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
2 years ago
3 years ago
 
```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
```
 
---
 
### Next 5 birthdays
 
```tasks
not done
path includes Family
description includes :birthday:
limit to 5 tasks
sort by due
hide backlink
hide task count
```
 
---
 
3 years ago
### Master Navigation
3 years ago
 
```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
```
 
---
 
### Tag Navigation
 
```dataview
Table without id tags as "Tags" From "01.03 Family"
Flatten file.tags as tags
Group by tags
```