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,13 +1,18 @@
filters:
and:
- contains(categories, concat("[[", this.file.name, "]]"))
- not(contains(file.name, "Template"))
display:
property.status: Status
property.url: URL
file.name: Name
property.type: Type
property.year: Year
- '!file.name.contains("Template")'
- note.categories.contains(link("Projects"))
properties:
note.status:
displayName: Status
note.url:
displayName: URL
file.name:
displayName: Name
note.type:
displayName: Type
note.year:
displayName: Year
views:
- type: table
name: Table
@@ -16,4 +21,12 @@ views:
- type
- year
- status
- url
- url
sort:
- column: note.status
direction: ASC
- column: note.year
direction: DESC
columnSize:
file.name: 209
note.type: 199