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.
115 lines
1.2 KiB
115 lines
1.2 KiB
3 years ago
|
---
|
||
|
|
||
|
Alias: [""]
|
||
|
Tag: [""]
|
||
|
Date: <% tp.date.now("YYYY-MM-DD") %>
|
||
|
DocType:
|
||
|
ChildrenType:
|
||
|
Hierarchy: "Root"
|
||
|
location:
|
||
|
CollapseMetaTable: Yes
|
||
|
|
||
|
---
|
||
|
|
||
|
Parent::
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
```button
|
||
|
name Create Note
|
||
|
type append template
|
||
|
action NewFile
|
||
|
id CreateNote
|
||
|
```
|
||
|
^button-<% tp.file.title.split("@")[1] %>NewNote
|
||
|
|
||
|
```button
|
||
|
name Save
|
||
|
type command
|
||
|
action Save current file
|
||
|
id Save
|
||
|
```
|
||
|
^button-<% tp.file.title.split("@")[1] %>Save
|
||
|
|
||
|
 
|
||
|
|
||
|
# Folder map
|
||
|
 
|
||
|
|
||
|
```ad-abstract
|
||
|
title: Summary
|
||
|
collapse: open
|
||
|
This note enables to navigate in the <% tp.file.folder() %> section and find any Note in this Vault by Note or Tag
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
```toc
|
||
|
style: number
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
### Master Navigation
|
||
|
 
|
||
|
|
||
|
```dataview
|
||
|
Table Date as "Creation Date" from "Admin"
|
||
|
Sort Date ascending
|
||
|
```
|
||
|
 
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
### Tag Navigation
|
||
|
 
|
||
|
|
||
|
```dataview
|
||
|
Table without id tags as "Tags" From "Admin"
|
||
|
Flatten file.tags as tags
|
||
|
Group by tags
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
### TimeStamp check
|
||
|
 
|
||
|
|
||
|
```dataview
|
||
|
Table TimeStamp as "Time Stamp" from "Admin"
|
||
|
Where TimeStamp > date(today) - dur(100 years)
|
||
|
Sort TimeStamp ascending
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
### High Level tasks
|
||
|
|
||
|
 
|
||
|
|
||
|
```tasks
|
||
|
not done
|
||
|
path includes Life Admin
|
||
|
sort by due
|
||
|
hide backlink
|
||
|
hide task count
|
||
|
```
|
||
|
|
||
|
 
|
||
|
 
|