vault backup: 2026-02-21 15:25:05
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
properties:
|
||||
note.lastmod:
|
||||
displayName: dernière modification
|
||||
views:
|
||||
- type: cards
|
||||
name: "View : Les thèmes"
|
||||
filters:
|
||||
and:
|
||||
- page_type.contains("article")
|
||||
- theme.contains(this.file.name)
|
||||
- article_etat.contains("publié")
|
||||
- type.contains("article")
|
||||
- status == "terminé"
|
||||
- category.contains(this.file.name)
|
||||
order:
|
||||
- title
|
||||
- description
|
||||
- lastmod
|
||||
sort:
|
||||
- property: file.mtime
|
||||
direction: DESC
|
||||
|
||||
@@ -3,9 +3,8 @@ views:
|
||||
name: "View : Les thèmes"
|
||||
filters:
|
||||
and:
|
||||
- '!file.hasTag("#draft")'
|
||||
- "!title.isEmpty()"
|
||||
- page_type.contains("theme_home")
|
||||
- type.contains("accueil")
|
||||
- file.name != this.file.name
|
||||
order:
|
||||
- title
|
||||
sort:
|
||||
|
||||
Reference in New Issue
Block a user