1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
| filters:
| and:
| - file.hasTag("task")
| - list(note.projects).map(file(value.replace(/^\[[^\]]+\]\((.*)\)$/, "$1").replace(/%20/g, " ")).asLink()).contains(file("P02-软件项目/ob-tagfeed/00-project-gtd/00-项目页").asLink())
| views:
| - type: tasknotesKanban
| name: ob-tagfeed 看板
| groupBy:
| property: status
| direction: ASC
| order:
| - status
| - priority
| - due
| - scheduled
| - projects
| - contexts
| - file.tags
| - blockedBy
| - file.name
| - recurrence
| - complete_instances
| - file.tasks
| sort:
| - property: tasknotes_manual_order
| direction: DESC
| config:
| columnWidth: 280
| hideEmptyColumns: false
| - type: table
| name: 视图
|
|