18 lines
311 B
Plaintext
18 lines
311 B
Plaintext
filters:
|
|
and:
|
|
- contains(genre, concat("[[", this.file.name, "]]"))
|
|
display:
|
|
property.categories: Categories
|
|
property.rating: Rating
|
|
property.last: Last
|
|
file.name: Name
|
|
views:
|
|
- type: table
|
|
name: Table
|
|
order:
|
|
- file.name
|
|
- categories
|
|
- rating
|
|
- last
|
|
sort: []
|