Initial commit
This commit is contained in:
43
Templates/Bases/Clippings.base
Normal file
43
Templates/Bases/Clippings.base
Normal 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
|
||||
Reference in New Issue
Block a user