vault backup: 2026-03-07 12:19:22

This commit is contained in:
2026-03-07 12:19:22 +01:00
parent 747795e370
commit b729349eaa
203 changed files with 641 additions and 2349 deletions
+5 -2
View File
@@ -9,11 +9,14 @@ views:
- file.folder
- type
- status
sort:
- property: file.folder
direction: ASC
- type: table
name: Aktive Projekte
filters:
and:
- status != "Archiv"
- '!file.path.contains("Archiv")'
- file.folder != "Resources/Templates"
order:
- file.name
@@ -23,7 +26,7 @@ views:
name: Archiv
filters:
and:
- status == "Archiv"
- file.path.contains("Archiv")
order:
- file.name
- file.folder