initiale Übernahme
This commit is contained in:
20
Templates/Dauerhaft_Template.md
Normal file
20
Templates/Dauerhaft_Template.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
creation date: <% tp.file.creation_date() %>
|
||||
modification date: <% tp.file.last_modified_date("dddd Do MMMM YYYY HH:mm:ss") %>
|
||||
---
|
||||
|
||||
#### Gedanke / Idee:
|
||||
|
||||
#### Tags:
|
||||
|
||||
|
||||
#### Links
|
||||
```dataview
|
||||
TABLE WITHOUT ID file.link AS "Wird verlinkt"
|
||||
WHERE contains(file.outlinks, this.file.link)
|
||||
```
|
||||
|
||||
```dataview
|
||||
TABLE WITHOUT ID file.link AS "verlinkt auf"
|
||||
WHERE contains(file.inlinks, this.file.link)
|
||||
```
|
||||
Reference in New Issue
Block a user