Add AGENTS.md and Templates directory

This commit is contained in:
2026-04-07 21:13:42 +08:00
parent 80bc593b36
commit 3866525764
120 changed files with 4494 additions and 3 deletions

View 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