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
|
||||
```
|
||||
|
|
@ -1,5 +1,7 @@
|
|||
- [ ] Investigate how to properly use typescript in react
|
||||
- See free code camp video??
|
||||
- [ ] instead of passing a collection of astro, map the collection and create the data how I needed
|
||||
- This shouldn't add overheat since is done ahead of time??
|
||||
- [ ] Advance filters
|
||||
- option to group filters and apply different logical conditions
|
||||
- Ej: All platform games not played
|
||||
Loading…
Add table
Add a link
Reference in a new issue