Update Bases syntax to Obsidian 1.9.2

This commit is contained in:
Steph Ango
2025-06-05 11:42:17 -07:00
parent 1ca183e879
commit 47b8b962de
42 changed files with 772 additions and 385 deletions

View File

@@ -1,17 +1,28 @@
filters:
and:
- contains(genre, concat("[[", this.file.name, "]]"))
display:
property.categories: Categories
property.rating: Rating
property.last: Last
file.name: Name
- list(genre).contains(this)
properties:
note.rating:
displayName: Rating
note.categories:
displayName: Category
note.last:
displayName: Last
file.name:
displayName: Name
views:
- type: table
name: Table
name: Genre
order:
- file.name
- categories
- rating
- categories
- last
sort: []
sort:
- column: note.rating
direction: DESC
- column: note.last
direction: DESC
columnSize:
file.name: 248
note.categories: 170