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

26
.obsidian/plugins/dataview/data.json vendored Normal file
View file

@ -0,0 +1,26 @@
{
"renderNullAs": "\\-",
"taskCompletionTracking": false,
"taskCompletionUseEmojiShorthand": false,
"taskCompletionText": "completion",
"taskCompletionDateFormat": "yyyy-MM-dd",
"recursiveSubTaskCompletion": false,
"warnOnEmptyResult": true,
"refreshEnabled": true,
"refreshInterval": 2500,
"defaultDateFormat": "MMMM dd, yyyy",
"defaultDateTimeFormat": "h:mm a - MMMM dd, yyyy",
"maxRecursiveRenderDepth": 4,
"tableIdColumnName": "File",
"tableGroupColumnName": "Group",
"showResultCount": true,
"allowHtml": true,
"inlineQueryPrefix": "=",
"inlineJsQueryPrefix": "$=",
"inlineQueriesInCodeblocks": true,
"enableInlineDataview": true,
"enableDataviewJs": true,
"enableInlineDataviewJs": true,
"prettyRenderInlineFields": true,
"dataviewJsKeyword": "dataviewjs"
}

View file

@ -4,23 +4,30 @@
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "67d329ec6e3fcfa7", "id": "cf2cea09781da32c",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{ {
"id": "3648d0de30e04a35", "id": "12248824c80d5057",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "database-plugin",
"state": { "state": {
"file": "projects/personal-page-notes/List of Games.md", "file": "projects/games.md"
"mode": "source", }
"source": false }
},
{
"id": "b1b64fd73773cdf2",
"type": "leaf",
"state": {
"type": "database-plugin",
"state": {
"file": "projects/games.md"
} }
} }
} }
], ]
"stacked": true
} }
], ],
"direction": "vertical" "direction": "vertical"
@ -70,7 +77,8 @@
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 245 "width": 245,
"collapsed": true
}, },
"right": { "right": {
"id": "fca86750b2867923", "id": "fca86750b2867923",
@ -86,7 +94,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "projects/personal-page-notes/List of Games.md", "file": "projects/games.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -103,7 +111,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "projects/personal-page-notes/List of Games.md", "file": "projects/games.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -126,7 +134,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "projects/personal-page-notes/List of Games.md" "file": "projects/games.md"
} }
} }
}, },
@ -159,10 +167,13 @@
"dbfolder:Create a new database table": false "dbfolder:Create a new database table": false
} }
}, },
"active": "3648d0de30e04a35", "active": "12248824c80d5057",
"lastOpenFiles": [ "lastOpenFiles": [
"projects/personal-page.md", "projects/games-dashboard.md",
"projects/games.md", "projects/games.md",
"games/a-hat-in-time.md",
"projects/personal-page.md",
"projects/personal-page-notes/List of Games.md",
"games/castlevania-dawn-of-sorrow.md", "games/castlevania-dawn-of-sorrow.md",
"projects/personal-page-notes/Layout.md", "projects/personal-page-notes/Layout.md",
"games/castlevania-order-of-ecclesia.md", "games/castlevania-order-of-ecclesia.md",
@ -170,11 +181,9 @@
"games/castlevania-aria-of-sorrow.md", "games/castlevania-aria-of-sorrow.md",
"games/castlevania-harmony-of-dissonance.md", "games/castlevania-harmony-of-dissonance.md",
"games/castlevania-circle-of-the-moon.md", "games/castlevania-circle-of-the-moon.md",
"projects/personal-page-notes/List of Games.md",
"projects/todos.md", "projects/todos.md",
"notes/utils/React.md", "notes/utils/React.md",
"games/the-last-of-us-part-ii.md", "games/the-last-of-us-part-ii.md",
"games/a-hat-in-time.md",
"games/garlic.md", "games/garlic.md",
"projects/personal-page-notes/Landing Page.md", "projects/personal-page-notes/Landing Page.md",
"projects/radio.md", "projects/radio.md",
@ -186,7 +195,6 @@
"series/Boku no Hero Academia.md", "series/Boku no Hero Academia.md",
"series/Dr House.md", "series/Dr House.md",
"series/Jojos Bizarre Adventures.md", "series/Jojos Bizarre Adventures.md",
"series/His Darks Materials.md",
"series", "series",
"games/castlevania-symphony-of-the-night", "games/castlevania-symphony-of-the-night",
"igdb", "igdb",

View file

@ -269,6 +269,19 @@ config:
enable_footer: true enable_footer: true
implementation: default implementation: default
filters: filters:
enabled: false enabled: true
conditions: 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
``` ```

View file

@ -1,5 +1,7 @@
- [ ] Investigate how to properly use typescript in react - [ ] Investigate how to properly use typescript in react
- See free code camp video?? - 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 - [ ] Advance filters
- option to group filters and apply different logical conditions - option to group filters and apply different logical conditions
- Ej: All platform games not played - Ej: All platform games not played