MacBook-Pro-de-Oscar.local 2025-8-21:18:9:35

This commit is contained in:
oskar
2025-08-21 18:09:35 +02:00
parent 04845f5859
commit cc5d24612a
2 changed files with 12 additions and 0 deletions

View File

@@ -6,3 +6,9 @@ views:
direction: ASC direction: ASC
- type: table - type: table
name: View name: View
filters:
and:
- up.contains(link("épistémologie"))
sort:
- property: file.name
direction: ASC

View File

@@ -12,3 +12,9 @@ field-groups: [downs]
depth: [0, 0] depth: [0, 0]
``` ```
```bases
filters:
or:
- file.up.contains(this.file.link)
```