initiale Übernahme

This commit is contained in:
2026-06-03 13:56:26 +02:00
parent c281c28563
commit 262fc39737
805 changed files with 660083 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
---
creation date: <% tp.file.creation_date() %>
modification date: <% tp.file.last_modified_date("dddd Do MMMM YYYY HH:mm:ss") %>
---
#### Nach:
#### Notiz:
#### 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)
```