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,27 +1,38 @@
filters:
and:
- contains(property.categories, "[[Trips]]")
- not(contains(file.name, "Template"))
display:
property.loc: Location
property.start: Start
property.end: End
file.name: Trip
- note.categories.contains(link("Trips"))
- '!file.name.contains("Template")'
properties:
note.start:
displayName: Start
note.end:
displayName: End
file.name:
displayName: Trip
note.loc:
displayName: Location
views:
- type: table
name: Trips
order:
- file.name
- loc
- start
- end
- type: table
name: Related trips
name: All trips
filters:
and:
- contains(loc, concat("[[", this.file.name, "]]"))
- '!file.name.contains("Planning")'
order:
- file.name
- start
- end
- loc
sort:
- column: note.end
direction: DESC
columnSize:
file.name: 255
- type: table
name: Location
filters:
and:
- list(loc).contains(this)
order:
- file.name
- loc
- start
- end