From a2523a36f602d79ee9e70212fb8273825cfd0286 Mon Sep 17 00:00:00 2001 From: aleidk Date: Thu, 17 Aug 2023 10:45:43 -0400 Subject: [PATCH] Update from obsidian - thinkpad Affected files: .gitignore .obsidian/plugins/obsidian-excalidraw-plugin/data.json .obsidian/workspace.json blog/Foo.md notes/foo.md notes/thoughts/Depression.md notes/thoughts/Design.md notes/thoughts/Self Steam.md notes/thoughts/Work.md --- .gitignore | 2 + .../obsidian-excalidraw-plugin/data.json | 2 +- .obsidian/workspace.json | 40 +++++++++++-------- blog/Foo.md | 0 notes/foo.md | 3 -- {blog => notes/thoughts}/Depression.md | 0 {blog => notes/thoughts}/Design.md | 0 {blog => notes/thoughts}/Self Steam.md | 0 Work.md => notes/thoughts/Work.md | 4 ++ 9 files changed, 31 insertions(+), 20 deletions(-) create mode 100644 .gitignore create mode 100644 blog/Foo.md delete mode 100644 notes/foo.md rename {blog => notes/thoughts}/Depression.md (100%) rename {blog => notes/thoughts}/Design.md (100%) rename {blog => notes/thoughts}/Self Steam.md (100%) rename Work.md => notes/thoughts/Work.md (64%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..026b96e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.obsidian/wokspace.json +.obsidian/wokspace-mobile.json \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-excalidraw-plugin/data.json b/.obsidian/plugins/obsidian-excalidraw-plugin/data.json index bea81cb..2d27037 100644 --- a/.obsidian/plugins/obsidian-excalidraw-plugin/data.json +++ b/.obsidian/plugins/obsidian-excalidraw-plugin/data.json @@ -82,7 +82,7 @@ "mdBorderColor": "Black", "mdCSS": "", "scriptEngineSettings": {}, - "defaultTrayMode": true, + "defaultTrayMode": false, "previousRelease": "1.9.14", "showReleaseNotes": true, "showNewVersionNotification": true, diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 7f7d1cf..8005f8e 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -11,8 +11,12 @@ "id": "02856605acc9e065", "type": "leaf", "state": { - "type": "graph", - "state": {} + "type": "markdown", + "state": { + "file": "notes/thoughts/Work.md", + "mode": "source", + "source": false + } } } ] @@ -61,8 +65,7 @@ "state": {} } } - ], - "currentTab": 1 + ] } ], "direction": "horizontal", @@ -82,6 +85,7 @@ "state": { "type": "backlink", "state": { + "file": "notes/thoughts/Work.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -98,6 +102,7 @@ "state": { "type": "outgoing-link", "state": { + "file": "notes/thoughts/Work.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -119,7 +124,9 @@ "type": "leaf", "state": { "type": "outline", - "state": {} + "state": { + "file": "notes/thoughts/Work.md" + } } }, { @@ -150,15 +157,23 @@ "obsidian-projects:Open projects": false } }, - "active": "230c77af3893ffdd", + "active": "02856605acc9e065", "lastOpenFiles": [ - "notes/daily/2023-08-11.md", + "notes/foo.md", + "notes/thoughts/Work.md", + "blog/Foo.md", + "notes/thoughts/Depression.md", + "projects/personal-page-notes/Cool Websites.md", + "projects/homelab.md", + "notes/thoughts/Self Steam.md", + "notes/thoughts/Design.md", + "blog", "projects/personal-page-notes/Landing_Page.excalidraw.md", + "notes/daily/2023-08-11.md", "notes/daily/2023-08-10.md", "projects/personal-page-notes/Landing_Page.excalidraw", "projects/personal-page.md", "projects/personal-page-notes/Dev Stack.md", - "projects/personal-page-notes/Cool Websites.md", "Dev Stack.md", "projects/notes/Untitled", "projects/personal-page-notes", @@ -177,16 +192,9 @@ "projects", "templates/thoughts.md", "templates/daily.md", - "templates/unique.md", - "Untitled.md", "templates", - "notes/unique/2023-08-09_10-08__testo.md", - "notes/unique/202308091032.md", - "Excalidraw/Drawing 2023-08-08 21.42.28.excalidraw.md", "notes/unique", "notes/thoughts", - "notes/daily", - "Untitled.canvas", - "notes/foo.md" + "Untitled.canvas" ] } \ No newline at end of file diff --git a/blog/Foo.md b/blog/Foo.md new file mode 100644 index 0000000..e69de29 diff --git a/notes/foo.md b/notes/foo.md deleted file mode 100644 index f16b754..0000000 --- a/notes/foo.md +++ /dev/null @@ -1,3 +0,0 @@ -test - -jhb diff --git a/blog/Depression.md b/notes/thoughts/Depression.md similarity index 100% rename from blog/Depression.md rename to notes/thoughts/Depression.md diff --git a/blog/Design.md b/notes/thoughts/Design.md similarity index 100% rename from blog/Design.md rename to notes/thoughts/Design.md diff --git a/blog/Self Steam.md b/notes/thoughts/Self Steam.md similarity index 100% rename from blog/Self Steam.md rename to notes/thoughts/Self Steam.md diff --git a/Work.md b/notes/thoughts/Work.md similarity index 64% rename from Work.md rename to notes/thoughts/Work.md index 10bd0fe..a5c948a 100644 --- a/Work.md +++ b/notes/thoughts/Work.md @@ -9,3 +9,7 @@ Qué pude hacer diferente?? >ORM's para tareas simples, Queries a la DB cuando son tareas complejas, sin excepciones +Nota del día despues: +La solución era en sequelize, estaba excluyendo los attributos de todas las relaciones, porque solo quería las relaciones para aplicar filtros, pero había una que no estaba excluyendo los atributos. Lo que tenía que hacer era **agregar algo, no quitar algo**. + +Así que lo que podría haber ayudado a encontrar este problema es **listar que he hecho y de que maneras podría abordarlo de manera distinta**, incluso si estas suenan estúpidas. \ No newline at end of file