From 9cf11a991dfe4967f88af65d9fd9e30a2f406574 Mon Sep 17 00:00:00 2001 From: aleidk Date: Sun, 10 Sep 2023 13:47:33 -0300 Subject: [PATCH] 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 --- .obsidian/plugins/dataview/data.json | 26 ++++++++++++ .obsidian/workspace.json | 42 +++++++++++-------- projects/games.md | 15 ++++++- projects/personal-page-notes/List of Games.md | 2 + 4 files changed, 67 insertions(+), 18 deletions(-) create mode 100644 .obsidian/plugins/dataview/data.json diff --git a/.obsidian/plugins/dataview/data.json b/.obsidian/plugins/dataview/data.json new file mode 100644 index 0000000..1b5b1a7 --- /dev/null +++ b/.obsidian/plugins/dataview/data.json @@ -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" +} \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 51e034d..4f2d6c5 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -4,23 +4,30 @@ "type": "split", "children": [ { - "id": "67d329ec6e3fcfa7", + "id": "cf2cea09781da32c", "type": "tabs", "children": [ { - "id": "3648d0de30e04a35", + "id": "12248824c80d5057", "type": "leaf", "state": { - "type": "markdown", + "type": "database-plugin", "state": { - "file": "projects/personal-page-notes/List of Games.md", - "mode": "source", - "source": false + "file": "projects/games.md" + } + } + }, + { + "id": "b1b64fd73773cdf2", + "type": "leaf", + "state": { + "type": "database-plugin", + "state": { + "file": "projects/games.md" } } } - ], - "stacked": true + ] } ], "direction": "vertical" @@ -70,7 +77,8 @@ } ], "direction": "horizontal", - "width": 245 + "width": 245, + "collapsed": true }, "right": { "id": "fca86750b2867923", @@ -86,7 +94,7 @@ "state": { "type": "backlink", "state": { - "file": "projects/personal-page-notes/List of Games.md", + "file": "projects/games.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -103,7 +111,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "projects/personal-page-notes/List of Games.md", + "file": "projects/games.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -126,7 +134,7 @@ "state": { "type": "outline", "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 } }, - "active": "3648d0de30e04a35", + "active": "12248824c80d5057", "lastOpenFiles": [ - "projects/personal-page.md", + "projects/games-dashboard.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", "projects/personal-page-notes/Layout.md", "games/castlevania-order-of-ecclesia.md", @@ -170,11 +181,9 @@ "games/castlevania-aria-of-sorrow.md", "games/castlevania-harmony-of-dissonance.md", "games/castlevania-circle-of-the-moon.md", - "projects/personal-page-notes/List of Games.md", "projects/todos.md", "notes/utils/React.md", "games/the-last-of-us-part-ii.md", - "games/a-hat-in-time.md", "games/garlic.md", "projects/personal-page-notes/Landing Page.md", "projects/radio.md", @@ -186,7 +195,6 @@ "series/Boku no Hero Academia.md", "series/Dr House.md", "series/Jojos Bizarre Adventures.md", - "series/His Darks Materials.md", "series", "games/castlevania-symphony-of-the-night", "igdb", diff --git a/projects/games.md b/projects/games.md index 95bdea2..4b63716 100644 --- a/projects/games.md +++ b/projects/games.md @@ -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 ``` \ No newline at end of file diff --git a/projects/personal-page-notes/List of Games.md b/projects/personal-page-notes/List of Games.md index 6704ae1..8ce912b 100644 --- a/projects/personal-page-notes/List of Games.md +++ b/projects/personal-page-notes/List of Games.md @@ -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 \ No newline at end of file