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.

117 lines
1.2 KiB

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