31 lines
749 B
Plaintext
31 lines
749 B
Plaintext
formulas:
|
|
destiny: file.tags.filter(value.contains("destiny"))
|
|
status: file.tags.filter(value.contains("status"))
|
|
type: file.tags.filter(value.contains("type"))
|
|
linkText: (["[[",file.name,"]]"]).join("")
|
|
views:
|
|
- type: table
|
|
name: Table
|
|
filters:
|
|
and:
|
|
- file.hasTag("topic/estimating")
|
|
- '!file.hasTag("type/media-commentary")'
|
|
- '!file.hasTag("type/anecdote")'
|
|
order:
|
|
- file.name
|
|
- title
|
|
- file.size
|
|
- formula.destiny
|
|
- formula.status
|
|
- formula.type
|
|
- formula.linkText
|
|
sort:
|
|
- property: formula.type
|
|
direction: DESC
|
|
- property: file.size
|
|
direction: DESC
|
|
columnSize:
|
|
note.title: 290
|
|
- type: table
|
|
name: View
|