Files
bobbie-pkm/Templates/Bases/Backlinks.base
2026-03-02 17:06:32 +00:00

32 lines
529 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:
- property: created
direction: DESC
- type: table
name: Recent entries
order:
- file.name
- created
sort:
- property: created
direction: DESC
limit: 20