Update for Obsidian 1.9.5
This commit is contained in:
@@ -18,7 +18,7 @@ views:
|
|||||||
- categories
|
- categories
|
||||||
- created
|
- created
|
||||||
sort:
|
sort:
|
||||||
- column: note.created
|
- property: created
|
||||||
direction: DESC
|
direction: DESC
|
||||||
- type: table
|
- type: table
|
||||||
name: Recent entries
|
name: Recent entries
|
||||||
@@ -26,6 +26,6 @@ views:
|
|||||||
- file.name
|
- file.name
|
||||||
- created
|
- created
|
||||||
sort:
|
sort:
|
||||||
- column: note.created
|
- property: created
|
||||||
direction: DESC
|
direction: DESC
|
||||||
limit: 20
|
limit: 20
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ views:
|
|||||||
- rating
|
- rating
|
||||||
- last
|
- last
|
||||||
sort:
|
sort:
|
||||||
- column: note.last
|
- property: last
|
||||||
direction: DESC
|
direction: DESC
|
||||||
- type: table
|
- type: table
|
||||||
name: Author
|
name: Author
|
||||||
@@ -44,7 +44,7 @@ views:
|
|||||||
- year
|
- year
|
||||||
- genre
|
- genre
|
||||||
sort:
|
sort:
|
||||||
- column: note.genre
|
- property: genre
|
||||||
direction: ASC
|
direction: ASC
|
||||||
- type: table
|
- type: table
|
||||||
name: Genre
|
name: Genre
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
filters:
|
filters:
|
||||||
or:
|
or:
|
||||||
- file.name.contains(this.file.name)
|
- file.name.contains(this.file.name)
|
||||||
- created == this.file.name
|
- created.toString().contains(this.file.name)
|
||||||
- start == this.file.name
|
- start.toString().contains(this.file.name)
|
||||||
- end == this.file.name
|
- end.toString().contains(this.file.name)
|
||||||
- file.links.contains(this.file)
|
- file.links.contains(this.file)
|
||||||
properties:
|
properties:
|
||||||
file.name:
|
file.name:
|
||||||
@@ -27,14 +27,18 @@ views:
|
|||||||
- categories
|
- categories
|
||||||
- tags
|
- tags
|
||||||
sort:
|
sort:
|
||||||
- column: note.tags
|
- property: tags
|
||||||
direction: ASC
|
direction: ASC
|
||||||
- column: note.created
|
- property: created
|
||||||
direction: DESC
|
direction: DESC
|
||||||
- column: file.name
|
- property: file.name
|
||||||
direction: ASC
|
direction: ASC
|
||||||
- column: note.categories
|
- property: categories
|
||||||
direction: ASC
|
direction: ASC
|
||||||
|
columnSize:
|
||||||
|
file.name: 287
|
||||||
|
note.created: 128
|
||||||
|
note.categories: 119
|
||||||
- type: table
|
- type: table
|
||||||
name: Monthly
|
name: Monthly
|
||||||
filters:
|
filters:
|
||||||
@@ -46,8 +50,8 @@ views:
|
|||||||
- categories
|
- categories
|
||||||
- created
|
- created
|
||||||
sort:
|
sort:
|
||||||
- column: note.created
|
- property: created
|
||||||
direction: ASC
|
direction: DESC
|
||||||
- type: table
|
- type: table
|
||||||
name: Yearly
|
name: Yearly
|
||||||
filters:
|
filters:
|
||||||
@@ -59,5 +63,5 @@ views:
|
|||||||
- categories
|
- categories
|
||||||
- created
|
- created
|
||||||
sort:
|
sort:
|
||||||
- column: note.created
|
- property: created
|
||||||
direction: ASC
|
direction: ASC
|
||||||
|
|||||||
@@ -18,5 +18,5 @@ views:
|
|||||||
- end
|
- end
|
||||||
- loc
|
- loc
|
||||||
sort:
|
sort:
|
||||||
- column: note.start
|
- property: start
|
||||||
direction: DESC
|
direction: DESC
|
||||||
|
|||||||
@@ -14,5 +14,5 @@ views:
|
|||||||
- file.name
|
- file.name
|
||||||
- created
|
- created
|
||||||
sort:
|
sort:
|
||||||
- column: note.created
|
- property: created
|
||||||
direction: DESC
|
direction: DESC
|
||||||
|
|||||||
@@ -19,9 +19,9 @@ views:
|
|||||||
- categories
|
- categories
|
||||||
- last
|
- last
|
||||||
sort:
|
sort:
|
||||||
- column: note.rating
|
- property: rating
|
||||||
direction: DESC
|
direction: DESC
|
||||||
- column: note.last
|
- property: last
|
||||||
direction: DESC
|
direction: DESC
|
||||||
columnSize:
|
columnSize:
|
||||||
file.name: 248
|
file.name: 248
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ views:
|
|||||||
- type
|
- type
|
||||||
- people
|
- people
|
||||||
sort:
|
sort:
|
||||||
- column: note.date
|
- property: date
|
||||||
direction: ASC
|
direction: ASC
|
||||||
- type: table
|
- type: table
|
||||||
name: Person
|
name: Person
|
||||||
@@ -33,7 +33,7 @@ views:
|
|||||||
- type
|
- type
|
||||||
- people
|
- people
|
||||||
sort:
|
sort:
|
||||||
- column: note.date
|
- property: date
|
||||||
direction: ASC
|
direction: ASC
|
||||||
- type: table
|
- type: table
|
||||||
name: Type
|
name: Type
|
||||||
@@ -46,5 +46,5 @@ views:
|
|||||||
- type
|
- type
|
||||||
- people
|
- people
|
||||||
sort:
|
sort:
|
||||||
- column: note.date
|
- property: date
|
||||||
direction: DESC
|
direction: DESC
|
||||||
|
|||||||
@@ -38,11 +38,11 @@ views:
|
|||||||
- genre
|
- genre
|
||||||
- director
|
- director
|
||||||
sort:
|
sort:
|
||||||
- column: note.director
|
- property: director
|
||||||
direction: ASC
|
direction: ASC
|
||||||
- column: formula.test
|
- column: formula.test
|
||||||
direction: DESC
|
direction: DESC
|
||||||
- column: note.plot
|
- property: plot
|
||||||
direction: ASC
|
direction: ASC
|
||||||
columnSize:
|
columnSize:
|
||||||
note.plot: 233
|
note.plot: 233
|
||||||
@@ -63,15 +63,15 @@ views:
|
|||||||
- director
|
- director
|
||||||
- genre
|
- genre
|
||||||
sort:
|
sort:
|
||||||
- column: note.scoreImdb
|
- property: scoreImdb
|
||||||
direction: DESC
|
direction: DESC
|
||||||
- column: note.scoreRT
|
- property: scoreRT
|
||||||
direction: DESC
|
direction: DESC
|
||||||
- column: note.watchlist
|
- property: watchlist
|
||||||
direction: DESC
|
direction: DESC
|
||||||
- column: file.name
|
- column: file.name
|
||||||
direction: ASC
|
direction: ASC
|
||||||
- column: note.director
|
- property: director
|
||||||
direction: ASC
|
direction: ASC
|
||||||
columnSize:
|
columnSize:
|
||||||
file.name: 283
|
file.name: 283
|
||||||
@@ -94,7 +94,7 @@ views:
|
|||||||
sort:
|
sort:
|
||||||
- column: file.name
|
- column: file.name
|
||||||
direction: ASC
|
direction: ASC
|
||||||
- column: note.ratingImdb
|
- property: ratingImdb
|
||||||
direction: DESC
|
direction: DESC
|
||||||
columnSize:
|
columnSize:
|
||||||
file.name: 283
|
file.name: 283
|
||||||
@@ -113,7 +113,7 @@ views:
|
|||||||
- director
|
- director
|
||||||
- genre
|
- genre
|
||||||
sort:
|
sort:
|
||||||
- column: note.last
|
- property: last
|
||||||
direction: DESC
|
direction: DESC
|
||||||
limit: 15
|
limit: 15
|
||||||
- type: table
|
- type: table
|
||||||
@@ -142,11 +142,11 @@ views:
|
|||||||
note.director: 166
|
note.director: 166
|
||||||
note.last: 115
|
note.last: 115
|
||||||
sort:
|
sort:
|
||||||
- column: note.last
|
- property: last
|
||||||
direction: DESC
|
direction: DESC
|
||||||
- column: note.genre
|
- property: genre
|
||||||
direction: ASC
|
direction: ASC
|
||||||
- column: note.rating
|
- property: rating
|
||||||
direction: DESC
|
direction: DESC
|
||||||
- type: table
|
- type: table
|
||||||
name: Director
|
name: Director
|
||||||
@@ -161,11 +161,11 @@ views:
|
|||||||
- cast
|
- cast
|
||||||
- genre
|
- genre
|
||||||
sort:
|
sort:
|
||||||
- column: note.last
|
- property: last
|
||||||
direction: DESC
|
direction: DESC
|
||||||
- column: note.rating
|
- property: rating
|
||||||
direction: ASC
|
direction: ASC
|
||||||
- column: note.year
|
- property: year
|
||||||
direction: DESC
|
direction: DESC
|
||||||
columnSize:
|
columnSize:
|
||||||
file.name: 186
|
file.name: 186
|
||||||
@@ -185,11 +185,11 @@ views:
|
|||||||
- cast
|
- cast
|
||||||
- genre
|
- genre
|
||||||
sort:
|
sort:
|
||||||
- column: note.last
|
- property: last
|
||||||
direction: DESC
|
direction: DESC
|
||||||
- column: note.rating
|
- property: rating
|
||||||
direction: ASC
|
direction: ASC
|
||||||
- column: note.year
|
- property: year
|
||||||
direction: DESC
|
direction: DESC
|
||||||
columnSize:
|
columnSize:
|
||||||
file.name: 186
|
file.name: 186
|
||||||
@@ -213,17 +213,17 @@ views:
|
|||||||
- director
|
- director
|
||||||
- genre
|
- genre
|
||||||
sort:
|
sort:
|
||||||
- column: note.last
|
- property: last
|
||||||
direction: DESC
|
direction: DESC
|
||||||
- column: note.scoreImdb
|
- property: scoreImdb
|
||||||
direction: DESC
|
direction: DESC
|
||||||
- column: note.scoreRT
|
- property: scoreRT
|
||||||
direction: DESC
|
direction: DESC
|
||||||
- column: note.watchlist
|
- property: watchlist
|
||||||
direction: DESC
|
direction: DESC
|
||||||
- column: file.name
|
- column: file.name
|
||||||
direction: ASC
|
direction: ASC
|
||||||
- column: note.director
|
- property: director
|
||||||
direction: ASC
|
direction: ASC
|
||||||
columnSize:
|
columnSize:
|
||||||
file.name: 283
|
file.name: 283
|
||||||
|
|||||||
@@ -23,11 +23,11 @@ views:
|
|||||||
- type
|
- type
|
||||||
- last
|
- last
|
||||||
sort:
|
sort:
|
||||||
- column: note.last
|
- property: last
|
||||||
direction: DESC
|
direction: DESC
|
||||||
- column: note.type
|
- property: type
|
||||||
direction: ASC
|
direction: ASC
|
||||||
- column: note.loc
|
- property: loc
|
||||||
direction: ASC
|
direction: ASC
|
||||||
columnSize:
|
columnSize:
|
||||||
file.name: 162
|
file.name: 162
|
||||||
@@ -44,11 +44,11 @@ views:
|
|||||||
- rating
|
- rating
|
||||||
- last
|
- last
|
||||||
sort:
|
sort:
|
||||||
- column: note.rating
|
- property: rating
|
||||||
direction: DESC
|
direction: DESC
|
||||||
- column: note.last
|
- property: last
|
||||||
direction: DESC
|
direction: DESC
|
||||||
- column: note.loc
|
- property: loc
|
||||||
direction: ASC
|
direction: ASC
|
||||||
columnSize:
|
columnSize:
|
||||||
note.type: 197
|
note.type: 197
|
||||||
@@ -63,9 +63,9 @@ views:
|
|||||||
- rating
|
- rating
|
||||||
- last
|
- last
|
||||||
sort:
|
sort:
|
||||||
- column: note.last
|
- property: last
|
||||||
direction: DESC
|
direction: DESC
|
||||||
- column: note.loc
|
- property: loc
|
||||||
direction: ASC
|
direction: ASC
|
||||||
columnSize:
|
columnSize:
|
||||||
note.type: 153
|
note.type: 153
|
||||||
@@ -81,11 +81,11 @@ views:
|
|||||||
- type
|
- type
|
||||||
- last
|
- last
|
||||||
sort:
|
sort:
|
||||||
- column: note.last
|
- property: last
|
||||||
direction: DESC
|
direction: DESC
|
||||||
- column: note.type
|
- property: type
|
||||||
direction: ASC
|
direction: ASC
|
||||||
- column: note.loc
|
- property: loc
|
||||||
direction: ASC
|
direction: ASC
|
||||||
columnSize:
|
columnSize:
|
||||||
file.name: 162
|
file.name: 162
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ views:
|
|||||||
- rating
|
- rating
|
||||||
- published
|
- published
|
||||||
sort:
|
sort:
|
||||||
- column: note.published
|
- property: published
|
||||||
direction: DESC
|
direction: DESC
|
||||||
- type: table
|
- type: table
|
||||||
name: Show
|
name: Show
|
||||||
|
|||||||
@@ -17,5 +17,5 @@ views:
|
|||||||
- status
|
- status
|
||||||
- published
|
- published
|
||||||
sort:
|
sort:
|
||||||
- column: note.published
|
- property: published
|
||||||
direction: DESC
|
direction: DESC
|
||||||
|
|||||||
@@ -3,9 +3,9 @@ filters:
|
|||||||
- note.categories.contains(link("Products"))
|
- note.categories.contains(link("Products"))
|
||||||
- '!file.name.contains("Template")'
|
- '!file.name.contains("Template")'
|
||||||
formulas:
|
formulas:
|
||||||
Owned: ((now() - acquired) / 2629746000).round()
|
Owned: ((now() - acquired).months).round()
|
||||||
totalUses: monthlyUses * formula.Owned.round()
|
totalUses: monthlyUses * formula.Owned.round()
|
||||||
perUse: '"$" + (price / formula.totalUses).toFixed(2)'
|
perUse: (price / formula.totalUses).toFixed(2)
|
||||||
properties:
|
properties:
|
||||||
note.monthlyUses:
|
note.monthlyUses:
|
||||||
displayName: Uses/month
|
displayName: Uses/month
|
||||||
@@ -38,22 +38,27 @@ views:
|
|||||||
- formula.Owned
|
- formula.Owned
|
||||||
- formula.totalUses
|
- formula.totalUses
|
||||||
- type
|
- type
|
||||||
|
sort:
|
||||||
|
- property: formula.perUse
|
||||||
|
direction: ASC
|
||||||
|
- property: formula.totalUses
|
||||||
|
direction: ASC
|
||||||
|
- property: acquired
|
||||||
|
direction: DESC
|
||||||
|
- property: file.name
|
||||||
|
direction: DESC
|
||||||
|
- property: rating
|
||||||
|
direction: DESC
|
||||||
|
- property: formula.Owned
|
||||||
|
direction: ASC
|
||||||
columnSize:
|
columnSize:
|
||||||
file.name: 209
|
file.name: 209
|
||||||
|
note.acquired: 112
|
||||||
note.price: 78
|
note.price: 78
|
||||||
note.monthlyUses: 128
|
note.monthlyUses: 123
|
||||||
formula.perUse: 78
|
formula.perUse: 102
|
||||||
formula.Owned: 96
|
formula.Owned: 113
|
||||||
formula.totalUses: 115
|
formula.totalUses: 115
|
||||||
sort:
|
|
||||||
- column: note.acquired
|
|
||||||
direction: DESC
|
|
||||||
- column: note.monthlyUses
|
|
||||||
direction: DESC
|
|
||||||
- column: note.rating
|
|
||||||
direction: DESC
|
|
||||||
- column: formula.Owned
|
|
||||||
direction: ASC
|
|
||||||
- type: table
|
- type: table
|
||||||
name: Cost per use
|
name: Cost per use
|
||||||
filters:
|
filters:
|
||||||
@@ -61,28 +66,29 @@ views:
|
|||||||
- note.monthlyUses > 0
|
- note.monthlyUses > 0
|
||||||
order:
|
order:
|
||||||
- file.name
|
- file.name
|
||||||
- rating
|
- acquired
|
||||||
- formula.perUse
|
|
||||||
- monthlyUses
|
- monthlyUses
|
||||||
- price
|
- price
|
||||||
- formula.totalUses
|
|
||||||
- formula.Owned
|
- formula.Owned
|
||||||
- acquired
|
- formula.totalUses
|
||||||
|
- formula.perUse
|
||||||
- type
|
- type
|
||||||
columnSize:
|
- rating
|
||||||
file.name: 209
|
|
||||||
formula.perUse: 77
|
|
||||||
note.monthlyUses: 82
|
|
||||||
note.price: 78
|
|
||||||
formula.totalUses: 122
|
|
||||||
formula.Owned: 96
|
|
||||||
sort:
|
sort:
|
||||||
- column: formula.totalUses
|
- property: acquired
|
||||||
|
direction: ASC
|
||||||
|
- property: monthlyUses
|
||||||
direction: DESC
|
direction: DESC
|
||||||
- column: note.acquired
|
- property: rating
|
||||||
direction: DESC
|
|
||||||
- column: note.monthlyUses
|
|
||||||
direction: DESC
|
direction: DESC
|
||||||
|
columnSize:
|
||||||
|
file.name: 207
|
||||||
|
note.acquired: 112
|
||||||
|
note.monthlyUses: 131
|
||||||
|
note.price: 78
|
||||||
|
formula.Owned: 99
|
||||||
|
formula.totalUses: 100
|
||||||
|
formula.perUse: 93
|
||||||
- type: table
|
- type: table
|
||||||
name: Maker
|
name: Maker
|
||||||
filters:
|
filters:
|
||||||
@@ -98,19 +104,19 @@ views:
|
|||||||
- formula.Owned
|
- formula.Owned
|
||||||
- acquired
|
- acquired
|
||||||
- type
|
- type
|
||||||
|
sort:
|
||||||
|
- property: file.name
|
||||||
|
direction: ASC
|
||||||
|
- property: formula.totalUses
|
||||||
|
direction: DESC
|
||||||
|
- property: acquired
|
||||||
|
direction: DESC
|
||||||
|
- property: monthlyUses
|
||||||
|
direction: DESC
|
||||||
columnSize:
|
columnSize:
|
||||||
file.name: 209
|
file.name: 209
|
||||||
note.monthlyUses: 82
|
note.monthlyUses: 82
|
||||||
formula.totalUses: 115
|
formula.totalUses: 115
|
||||||
sort:
|
|
||||||
- column: file.name
|
|
||||||
direction: ASC
|
|
||||||
- column: formula.totalUses
|
|
||||||
direction: DESC
|
|
||||||
- column: note.acquired
|
|
||||||
direction: DESC
|
|
||||||
- column: note.monthlyUses
|
|
||||||
direction: DESC
|
|
||||||
- type: table
|
- type: table
|
||||||
name: Type
|
name: Type
|
||||||
filters:
|
filters:
|
||||||
@@ -126,18 +132,18 @@ views:
|
|||||||
- formula.Owned
|
- formula.Owned
|
||||||
- acquired
|
- acquired
|
||||||
- type
|
- type
|
||||||
|
sort:
|
||||||
|
- property: rating
|
||||||
|
direction: DESC
|
||||||
|
- property: file.name
|
||||||
|
direction: ASC
|
||||||
|
- property: formula.totalUses
|
||||||
|
direction: DESC
|
||||||
|
- property: acquired
|
||||||
|
direction: DESC
|
||||||
|
- property: monthlyUses
|
||||||
|
direction: DESC
|
||||||
columnSize:
|
columnSize:
|
||||||
file.name: 209
|
file.name: 209
|
||||||
note.monthlyUses: 82
|
note.monthlyUses: 82
|
||||||
formula.totalUses: 115
|
formula.totalUses: 115
|
||||||
sort:
|
|
||||||
- column: note.rating
|
|
||||||
direction: DESC
|
|
||||||
- column: file.name
|
|
||||||
direction: ASC
|
|
||||||
- column: formula.totalUses
|
|
||||||
direction: DESC
|
|
||||||
- column: note.acquired
|
|
||||||
direction: DESC
|
|
||||||
- column: note.monthlyUses
|
|
||||||
direction: DESC
|
|
||||||
|
|||||||
@@ -23,9 +23,9 @@ views:
|
|||||||
- status
|
- status
|
||||||
- url
|
- url
|
||||||
sort:
|
sort:
|
||||||
- column: note.status
|
- property: status
|
||||||
direction: ASC
|
direction: ASC
|
||||||
- column: note.year
|
- property: year
|
||||||
direction: DESC
|
direction: DESC
|
||||||
columnSize:
|
columnSize:
|
||||||
file.name: 209
|
file.name: 209
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ views:
|
|||||||
- last
|
- last
|
||||||
- categories
|
- categories
|
||||||
sort:
|
sort:
|
||||||
- column: note.last
|
- property: last
|
||||||
direction: DESC
|
direction: DESC
|
||||||
columnSize:
|
columnSize:
|
||||||
file.name: 238
|
file.name: 238
|
||||||
@@ -34,6 +34,6 @@ views:
|
|||||||
- last
|
- last
|
||||||
- categories
|
- categories
|
||||||
sort:
|
sort:
|
||||||
- column: note.last
|
- property: last
|
||||||
direction: DESC
|
direction: DESC
|
||||||
limit: 100
|
limit: 100
|
||||||
|
|||||||
@@ -28,11 +28,11 @@ views:
|
|||||||
- director
|
- director
|
||||||
- genre
|
- genre
|
||||||
sort:
|
sort:
|
||||||
- column: note.rating
|
- property: rating
|
||||||
direction: DESC
|
direction: DESC
|
||||||
- column: file.name
|
- column: file.name
|
||||||
direction: ASC
|
direction: ASC
|
||||||
- column: note.director
|
- property: director
|
||||||
direction: ASC
|
direction: ASC
|
||||||
- type: table
|
- type: table
|
||||||
name: Favorites
|
name: Favorites
|
||||||
@@ -59,7 +59,7 @@ views:
|
|||||||
- director
|
- director
|
||||||
- genre
|
- genre
|
||||||
sort:
|
sort:
|
||||||
- column: note.last
|
- property: last
|
||||||
direction: DESC
|
direction: DESC
|
||||||
limit: 20
|
limit: 20
|
||||||
- type: table
|
- type: table
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ views:
|
|||||||
- end
|
- end
|
||||||
- loc
|
- loc
|
||||||
sort:
|
sort:
|
||||||
- column: note.end
|
- property: end
|
||||||
direction: DESC
|
direction: DESC
|
||||||
columnSize:
|
columnSize:
|
||||||
file.name: 255
|
file.name: 255
|
||||||
|
|||||||
Reference in New Issue
Block a user