Update from obsidian - thinkpad

Affected files:
projects/games.md
projects/personal-page-notes/List of Games.md
This commit is contained in:
Alexander Navarro 2023-11-04 12:09:35 -03:00
parent 2a2926320a
commit c3e2778f4e
2 changed files with 5 additions and 3 deletions

View file

@ -80,6 +80,7 @@ columns:
- { label: "INBOX", value: "INBOX", color: "hsl(85, 95%, 90%)"}
- { label: "READING", value: "READING", color: "hsl(23, 95%, 90%)"}
- { label: "ARCHIVED", value: "ARCHIVED", color: "hsl(9, 95%, 90%)"}
- { label: "Reading", value: "Reading", color: "hsl(89, 95%, 90%)"}
config:
enable_media_view: true
link_alias_enabled: true
@ -298,7 +299,7 @@ filters:
enabled: true
conditions:
- condition: AND
disabled: true
disabled: false
label: "Games not played"
color: "hsl(25, 95%, 90%)"
filters:

View file

@ -9,9 +9,10 @@
- [x] String
- [x] Number (with logic operator)
- [x] Select
- [ ] Multiple selector (with selection of and/or)
- [ ] Add clear input to every filter
- [x] Multiple selector
- [x] Add clear input to select input
- [ ] Add Clear all filters
- [ ] Add a button in the table doesn't clean the input values, fix this.
- [ ] Refactor code organization
- [ ] Clean & optimize
- [ ] Extract types declaration where they belogns -> investigate where??