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,67 @@
filters:
or:
- file.name.contains(this.file.name)
- created.toString().contains(this.file.name)
- start.toString().contains(this.file.name)
- end.toString().contains(this.file.name)
- file.links.contains(this.file)
properties:
file.name:
displayName: Entry
note.categories:
displayName: Categories
note.created:
displayName: Created
note.tags:
displayName: Tags
views:
- type: table
name: Daily notes
filters:
and:
- '!tags.contains("daily")'
- '!tags.contains("monthly")'
order:
- file.name
- created
- categories
- tags
sort:
- property: categories
direction: DESC
- property: tags
direction: ASC
- property: file.name
direction: ASC
columnSize:
file.name: 287
note.created: 128
note.categories: 119
- type: table
name: Monthly
filters:
and:
- '!tags.contains("daily")'
- '!tags.contains("monthly")'
order:
- file.name
- categories
- created
sort:
- property: file.name
direction: ASC
- property: created
direction: DESC
- type: table
name: Yearly
filters:
and:
- '!tags.contains("daily")'
- '!tags.contains("monthly")'
order:
- file.name
- categories
- created
sort:
- property: created
direction: ASC