vault backup: 2025-12-17 17:03:56
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
filters:
|
||||
and:
|
||||
- file.hasTag("topic/estimating")
|
||||
formulas:
|
||||
destiny: file.tags.filter(value.contains("destiny"))
|
||||
status: file.tags.filter(value.contains("status"))
|
||||
@@ -5,21 +8,22 @@ formulas:
|
||||
linkText: (["[[",file.name,"]]"]).join("")
|
||||
views:
|
||||
- type: table
|
||||
name: Table
|
||||
name: fleeting
|
||||
filters:
|
||||
and:
|
||||
- file.hasTag("topic/estimating")
|
||||
- file.hasTag("authorship/original")
|
||||
- '!file.hasTag("type/media-commentary")'
|
||||
- '!file.hasTag("type/anecdote")'
|
||||
- file.hasTag("destiny/fleeting")
|
||||
order:
|
||||
- file.name
|
||||
- title
|
||||
- file.size
|
||||
- formula.destiny
|
||||
- formula.status
|
||||
- formula.type
|
||||
- formula.linkText
|
||||
sort:
|
||||
- property: formula.destiny
|
||||
direction: DESC
|
||||
- property: formula.status
|
||||
direction: ASC
|
||||
- property: formula.type
|
||||
@@ -28,5 +32,5 @@ views:
|
||||
direction: DESC
|
||||
columnSize:
|
||||
note.title: 290
|
||||
- type: table
|
||||
name: View
|
||||
- type: list
|
||||
name: all
|
||||
|
||||
Reference in New Issue
Block a user