Add AGENTS.md and Templates directory
This commit is contained in:
28
Templates/Bases/Genre.base
Normal file
28
Templates/Bases/Genre.base
Normal file
@@ -0,0 +1,28 @@
|
||||
filters:
|
||||
and:
|
||||
- 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: Genre
|
||||
order:
|
||||
- file.name
|
||||
- rating
|
||||
- categories
|
||||
- last
|
||||
sort:
|
||||
- property: rating
|
||||
direction: DESC
|
||||
- property: last
|
||||
direction: DESC
|
||||
columnSize:
|
||||
file.name: 248
|
||||
note.categories: 170
|
||||
Reference in New Issue
Block a user