Initial commit
This commit is contained in:
56
Templates/Bases/Trips.base
Normal file
56
Templates/Bases/Trips.base
Normal file
@@ -0,0 +1,56 @@
|
||||
filters:
|
||||
and:
|
||||
- category.contains(link("Trips"))
|
||||
- file.folder != "Templates"
|
||||
properties:
|
||||
note.start:
|
||||
displayName: Start
|
||||
note.end:
|
||||
displayName: End
|
||||
file.name:
|
||||
displayName: Trip
|
||||
note.loc:
|
||||
displayName: Location
|
||||
views:
|
||||
- type: table
|
||||
name: All trips
|
||||
filters:
|
||||
and:
|
||||
- '!file.name.contains("Planning")'
|
||||
order:
|
||||
- file.name
|
||||
- start
|
||||
- end
|
||||
- loc
|
||||
sort:
|
||||
- property: end
|
||||
direction: DESC
|
||||
columnSize:
|
||||
file.name: 255
|
||||
- type: table
|
||||
name: Location
|
||||
filters:
|
||||
and:
|
||||
- list(loc).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- start
|
||||
- end
|
||||
columnSize:
|
||||
file.name: 240
|
||||
- type: table
|
||||
name: People
|
||||
filters:
|
||||
and:
|
||||
- '!file.name.contains("Planning")'
|
||||
- people.contains(link(this.file))
|
||||
order:
|
||||
- file.name
|
||||
- start
|
||||
- end
|
||||
- loc
|
||||
sort:
|
||||
- property: end
|
||||
direction: DESC
|
||||
columnSize:
|
||||
file.name: 255
|
||||
Reference in New Issue
Block a user