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,60 @@
filters:
or:
- doc_type == "weread-highlights-reviews"
- categories == ["[[Books]]"]
properties:
note.author:
displayName: Author
file.name:
displayName: Name
note.year:
displayName: Year
note.genre:
displayName: Genre
views:
- type: table
name: Books
order:
- file.name
- author
- length
- year
- rating
- topics
- last
sort:
- property: file.name
direction: ASC
image: note.cover
cardSize: 110
- type: table
name: Top rated
order:
- file.name
- rating
- last
sort:
- property: last
direction: DESC
- type: table
name: Author
filters:
or:
- list(author).contains(this)
- author.containsAny("Ken Wilber", "肯·威尔伯", "肯·威尔伯Ken Wilber")
order:
- file.name
- year
- genre
sort:
- property: genre
direction: ASC
- type: table
name: Genre
filters:
and:
- list(genre).contains(this)
order:
- file.name
- year
- genre