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:
Alexander Navarro 2023-09-10 13:47:33 -03:00
parent d02154e41f
commit 9cf11a991d
4 changed files with 67 additions and 18 deletions

View file

@ -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
```