Update Bases syntax to Obsidian 1.9.2

This commit is contained in:
Steph Ango
2025-06-05 11:42:17 -07:00
parent 1ca183e879
commit 47b8b962de
42 changed files with 772 additions and 385 deletions

View File

@@ -1,14 +1,31 @@
filters:
and:
- linksTo(file.file, this.file.path)
display:
property.category: Category
file.name: Name
property.created: Created
- 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
- category
- 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