diff --git a/Untitled.base b/Untitled.base index adfe52d1..2760e8bf 100644 --- a/Untitled.base +++ b/Untitled.base @@ -6,3 +6,9 @@ views: direction: ASC - type: table name: View + filters: + and: + - up.contains(link("épistémologie")) + sort: + - property: file.name + direction: ASC diff --git a/épistémologie.md b/épistémologie.md index a92cd2b6..e3b55855 100644 --- a/épistémologie.md +++ b/épistémologie.md @@ -12,3 +12,9 @@ field-groups: [downs] depth: [0, 0] ``` + +```bases +filters: + or: + - file.up.contains(this.file.link) +```