Initial commit

This commit is contained in:
2026-03-02 17:06:32 +00:00
commit 430dd71917
1190 changed files with 622790 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
filters:
and:
- file.folder != "Templates"
properties:
file.name:
displayName: Title
note.author:
displayName: Author
note.published:
displayName: Published
note.clipped:
displayName: Clipped
views:
- type: table
name: Library
filters:
and:
- file.folder == "Library"
order:
- file.name
- author
- published
sort:
- property: created
direction: DESC
columnSize:
file.name: 562
note.author: 140
- type: table
name: Author
filters:
and:
- author.contains(link(this.file.path))
order:
- file.name
- author
- published
sort:
- property: clipped
direction: DESC
columnSize:
file.name: 333
note.author: 165