Merge pull request #35 from DaceJoy/patch-1
Update filters to use file.tags instead of tags
This commit is contained in:
@@ -19,8 +19,9 @@ views:
|
|||||||
name: Daily notes
|
name: Daily notes
|
||||||
filters:
|
filters:
|
||||||
and:
|
and:
|
||||||
- '!tags.contains("daily")'
|
- '!file.tags.contains("daily")'
|
||||||
- '!tags.contains("monthly")'
|
- '!file.tags.contains("monthly")'
|
||||||
|
- file.name != this.file.name
|
||||||
order:
|
order:
|
||||||
- file.name
|
- file.name
|
||||||
- created
|
- created
|
||||||
@@ -43,8 +44,9 @@ views:
|
|||||||
name: Monthly
|
name: Monthly
|
||||||
filters:
|
filters:
|
||||||
and:
|
and:
|
||||||
- '!tags.contains("daily")'
|
- '!file.tags.contains("daily")'
|
||||||
- '!tags.contains("monthly")'
|
- '!file.tags.contains("monthly")'
|
||||||
|
- file.name != this.file.name
|
||||||
order:
|
order:
|
||||||
- file.name
|
- file.name
|
||||||
- categories
|
- categories
|
||||||
@@ -58,8 +60,9 @@ views:
|
|||||||
name: Yearly
|
name: Yearly
|
||||||
filters:
|
filters:
|
||||||
and:
|
and:
|
||||||
- '!tags.contains("daily")'
|
- '!file.tags.contains("daily")'
|
||||||
- '!tags.contains("monthly")'
|
- '!file.tags.contains("monthly")'
|
||||||
|
- file.name != this.file.name
|
||||||
order:
|
order:
|
||||||
- file.name
|
- file.name
|
||||||
- categories
|
- categories
|
||||||
|
|||||||
Reference in New Issue
Block a user