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
This commit is contained in:
parent
5c80af76b9
commit
a2523a36f6
9 changed files with 31 additions and 20 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
.obsidian/wokspace.json
|
||||
.obsidian/wokspace-mobile.json
|
||||
|
|
@ -82,7 +82,7 @@
|
|||
"mdBorderColor": "Black",
|
||||
"mdCSS": "",
|
||||
"scriptEngineSettings": {},
|
||||
"defaultTrayMode": true,
|
||||
"defaultTrayMode": false,
|
||||
"previousRelease": "1.9.14",
|
||||
"showReleaseNotes": true,
|
||||
"showNewVersionNotification": true,
|
||||
|
|
|
|||
40
.obsidian/workspace.json
vendored
40
.obsidian/workspace.json
vendored
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
0
blog/Foo.md
Normal file
0
blog/Foo.md
Normal file
|
|
@ -1,3 +0,0 @@
|
|||
test
|
||||
|
||||
jhb
|
||||
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue