Update from obsidian - thinkpad
Affected files: .obsidian/plugins/dataview/data.json .obsidian/workspace.json projects/games.md projects/personal-page-notes/List of Games.md
This commit is contained in:
parent
d02154e41f
commit
9cf11a991d
4 changed files with 67 additions and 18 deletions
|
|
@ -269,6 +269,19 @@ config:
|
|||
enable_footer: true
|
||||
implementation: default
|
||||
filters:
|
||||
enabled: false
|
||||
enabled: true
|
||||
conditions:
|
||||
- condition: AND
|
||||
disabled: true
|
||||
label: "Games not played"
|
||||
color: "hsl(25, 95%, 90%)"
|
||||
filters:
|
||||
- field: status
|
||||
operator: NOT_CONTAINS
|
||||
value: "Playing"
|
||||
type: select
|
||||
- field: status
|
||||
operator: NOT_CONTAINS
|
||||
value: "Played"
|
||||
type: select
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue