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

32 lines
535 B
Plaintext

filters:
and:
- file.hasLink(this)
formulas:
Path: file.path
properties:
note.created:
displayName: Date
file.name:
displayName: Title
note.categories:
displayName: Categories
views:
- type: table
name: Backlinks
order:
- file.name
- categories
- created
sort:
- column: note.created
direction: DESC
- type: table
name: Recent entries
order:
- file.name
- created
sort:
- column: note.created
direction: DESC
limit: 20