Files
kepano-obsidian/Templates/Bases/Clippings.base
2025-06-05 11:42:17 -07:00

38 lines
689 B
Plaintext

filters:
and:
- note.categories.contains(link("Clippings"))
- '!file.name.contains("Template")'
properties:
file.name:
displayName: Title
note.author:
displayName: Author
note.created:
displayName: Clipped
note.published:
displayName: Published
views:
- type: table
name: Clippings
order:
- file.name
- author
- created
- published
sort:
- column: clipped
direction: DESC
- type: table
name: Author
filters:
and:
- list(author).contains(this)
order:
- file.name
- author
- created
- published
sort:
- column: clipped
direction: DESC