File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ summaries:
2+ Empty: values.filter(value.isType("null")).length
3+ filters:
4+ or:
5+ - and:
6+ - file.path.contains("Math/")
7+ - or:
8+ - file.path.contains("线性代数/")
9+ - file.ext == "md"
10+ - file.tags.contains("数学")
11+ - and:
12+ - '!file.path.contains("Math/")'
13+ - or:
14+ - file.path.startsWith("线性代数/")
15+ - file.ext == "md"
16+ - file.tags.contains("数学")
17+ formulas:
18+ 未命名: ""
19+ views:
20+ - type: table
21+ name: 总览
22+ order:
23+ - finished
24+ - file.name
25+ - chapter
26+ - author
27+ - dlink
28+ - file.backlinks
29+ - tags
30+ - aliases
31+ - file.path
32+ - file.tags
33+ - file.folder
34+ - file.embeds
35+ sort:
36+ - property: file.folder
37+ direction: DESC
38+ - property: file.path
39+ direction: ASC
40+ - property: file.backlinks
41+ direction: DESC
42+ - property: file.name
43+ direction: DESC
44+ - property: dlink
45+ direction: DESC
46+ columnSize: {}
47+ - type: table
48+ name: 线性代数
49+ filters:
50+ and:
51+ - file.path.contains("线性代数/")
52+ order:
53+ - file.name
54+ - chapter
55+ - dlink
56+ - author
57+ - finished
58+ - file.path
59+ - file.tags
60+ sort:
61+ - property: chapter
62+ direction: ASC
63+ - property: file.path
64+ direction: DESC
65+ columnSize: {}
You can’t perform that action at this time.
0 commit comments