44 lines
791 B
Plaintext
44 lines
791 B
Plaintext
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
|