21 lines
397 B
Markdown
21 lines
397 B
Markdown
---
|
|
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)
|
|
```
|