Update many session files.

This commit is contained in:
Andres Gomez Thomas 2025-10-07 21:42:40 +02:00
parent e9a0693562
commit 17be0de925
85 changed files with 768 additions and 145 deletions

View file

@ -1,10 +1,36 @@
filters:
and:
- file.folder != "_res/templates"
- file.tags.contains("Personnage")
views:
- type: table
name: Table
filters:
or:
- file.tags.contains("Personnage")
- file.tags.contains("Joueur")
- file.tags.contains("Lwa")
- file.tags.contains("Monstre")
order:
- file.name
- tags
- position
- image
- Relation
sort:
- property: file.tags
direction: ASC
- property: file.name
direction: ASC
columnSize:
note.tags: 104
- type: cards
name: Personnages
name: Tous
filters:
or:
- file.tags.contains("Personnage")
- file.tags.contains("Joueur")
- file.tags.contains("Lwa")
- file.tags.contains("Monstre")
order:
- file.name
- position
@ -12,6 +38,20 @@ views:
image: note.image
imageFit: ""
imageAspectRatio: 1.35
cardSize: 200
- type: cards
name: Personnages
filters:
and:
- file.tags.contains("Personnage")
order:
- file.name
- position
sort: []
image: note.image
imageFit: ""
imageAspectRatio: 1.35
cardSize: 200
- type: cards
name: Lwa
filters:
@ -32,14 +72,13 @@ views:
image: note.image
imageFit: ""
imageAspectRatio: 1.35
- type: table
name: Table
- type: cards
name: Montres
filters:
and:
- file.tags.contains("Monstre")
order:
- file.name
- position
- tags
- image
sort: []
image: note.image
imageFit: ""
imageAspectRatio: 1.35