From bf86cf7c8c4d3e805841340deda48e11c03a647f Mon Sep 17 00:00:00 2001 From: Alexander Navarro Date: Sat, 12 Aug 2023 21:56:47 -0400 Subject: [PATCH] Update from obsidian - Affected files: .obsidian/appearance.json .obsidian/workspace-mobile.json .trash/Untitled Kanban.md .trash/Untitled.md projects/Design.md projects/homelab.md --- .obsidian/appearance.json | 4 +- .obsidian/workspace-mobile.json | 193 ++++++++++++++++++++++++++++++++ .trash/Untitled Kanban.md | 17 +++ .trash/Untitled.md | 0 projects/Design.md | 5 + projects/homelab.md | 39 +++++++ 6 files changed, 256 insertions(+), 2 deletions(-) create mode 100644 .obsidian/workspace-mobile.json create mode 100644 .trash/Untitled Kanban.md create mode 100644 .trash/Untitled.md create mode 100644 projects/Design.md create mode 100644 projects/homelab.md diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json index d30a50c..23f9b32 100644 --- a/.obsidian/appearance.json +++ b/.obsidian/appearance.json @@ -1,6 +1,6 @@ { "accentColor": "", "cssTheme": "Catppuccin", - "textFontFamily": "JetBrainsMono Nerd Font", - "monospaceFontFamily": "JetBrainsMono Nerd Font Mono" + "textFontFamily": "JetBrainsMono Nerd Font,Helvetica", + "monospaceFontFamily": "JetBrainsMono Nerd Font Mono,Source Code Pro" } \ No newline at end of file diff --git a/.obsidian/workspace-mobile.json b/.obsidian/workspace-mobile.json new file mode 100644 index 0000000..37e5e49 --- /dev/null +++ b/.obsidian/workspace-mobile.json @@ -0,0 +1,193 @@ +{ + "main": { + "id": "96576fbeb739692b", + "type": "split", + "children": [ + { + "id": "368d8d928a86e9b9", + "type": "tabs", + "children": [ + { + "id": "070549fff5184139", + "type": "leaf", + "state": { + "type": "kanban", + "state": { + "file": "projects/homelab.md" + } + } + }, + { + "id": "7fd23cc65d9f827b", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "projects/Design.md", + "mode": "source", + "source": false + } + } + } + ], + "currentTab": 1 + } + ], + "direction": "vertical" + }, + "left": { + "id": "9ee82ebd5341d0ba", + "type": "mobile-drawer", + "children": [ + { + "id": "6848b8fe8490234f", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": { + "sortOrder": "alphabetical" + } + } + }, + { + "id": "b2be441ba3da0dc9", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + } + } + }, + { + "id": "9c3c0f7f43df7285", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true + } + } + }, + { + "id": "d4ea11462d459af4", + "type": "leaf", + "state": { + "type": "bookmarks", + "state": {} + } + } + ], + "currentTab": 0 + }, + "right": { + "id": "5080419efcb1f510", + "type": "mobile-drawer", + "children": [ + { + "id": "b362e999234c8da6", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "file": "projects/Design.md", + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "bf7e20e6279a1e0c", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "file": "projects/Design.md", + "linksCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "c60b013ab4e84665", + "type": "leaf", + "state": { + "type": "outline", + "state": { + "file": "projects/Design.md" + } + } + }, + { + "id": "a441e03b3d4e49a0", + "type": "leaf", + "state": { + "type": "git-view", + "state": {} + } + } + ], + "currentTab": 3 + }, + "left-ribbon": { + "hiddenItems": { + "obsidian-excalidraw-plugin:Create new drawing": false, + "obsidian-projects:Open projects": false, + "zk-prefixer:Create new unique note": false, + "workspaces:Manage workspace layouts": false, + "switcher:Open quick switcher": false, + "graph:Open graph view": false, + "daily-notes:Open today's daily note": false, + "templates:Insert template": false, + "command-palette:Open command palette": false + } + }, + "active": "7fd23cc65d9f827b", + "lastOpenFiles": [ + "projects/homelab.md", + "projects/Design.md", + "blog", + "projects/homelab-notes", + "projects/Untitled Kanban.md", + "projects/personal-page.md", + "notes/daily/2023-08-11.md", + "/notes/daily/2023-08-11.md", + "templates/unique.md", + "templates/thoughts.md", + "templates/daily.md", + "projects/personal-page-notes/Landing_Page.excalidraw.md", + "projects/personal-page-notes/Dev Stack.md", + "projects/personal-page-notes/Cool Websites.md", + "notes/foo.md", + "games/uncharted-drake-s-fortune.md", + "games/uncharted-3-drake-s-deception.md", + "games/uncharted-2-among-thieves.md", + "games/the-legend-of-zelda-twilight-princess--1.md", + "games/the-last-of-us.md", + "games/the-last-of-us-part-ii.md", + "games/the-elder-scrolls-v-skyrim.md", + "games/super-mario-galaxy-2.md", + "games/persona-5.md", + "games/persona-5-royal.md", + "games/persona-4-golden--1.md", + "games/nier-automata.md", + "config.ts", + "templates", + "projects/personal-page-notes", + "projects", + "notes/daily", + "notes", + "games" + ] +} \ No newline at end of file diff --git a/.trash/Untitled Kanban.md b/.trash/Untitled Kanban.md new file mode 100644 index 0000000..ab09b66 --- /dev/null +++ b/.trash/Untitled Kanban.md @@ -0,0 +1,17 @@ +--- + +kanban-plugin: basic + +--- + +## Backlog + + + + + +%% kanban:settings +``` +{"kanban-plugin":"basic"} +``` +%% \ No newline at end of file diff --git a/.trash/Untitled.md b/.trash/Untitled.md new file mode 100644 index 0000000..e69de29 diff --git a/projects/Design.md b/projects/Design.md new file mode 100644 index 0000000..d6b66ae --- /dev/null +++ b/projects/Design.md @@ -0,0 +1,5 @@ +Diseñar está completamente fuera de mi zona de confort, así que estudiar como hacer, y hacer el esfuerzo de planear como diseñar la página antes de tirarme de hocico a hacerlo ha sido una experiencia bastante satisfactoria + +Pensar que debo realizar, que quiero comunicar y como lo quiero comunicar ha enrutado el diseño y permitiendo que sea más facil + +el feedback tambien ha sido satisfactorio, porque me ha hecho entender mejor que debo hacer y que no, tambien algúnos comentarios han contradecido completamente lo que yo creería que sería mejor, lo cuál ha enfocado mejor el diseño final en lo que realmente debe (y como debe) ser la página \ No newline at end of file diff --git a/projects/homelab.md b/projects/homelab.md new file mode 100644 index 0000000..3cd0467 --- /dev/null +++ b/projects/homelab.md @@ -0,0 +1,39 @@ +--- + +kanban-plugin: basic + +--- + +## Reference + + +## Backlog + + +## Need Research + + + +## Design + + +## Ready to Work + + + +## Doign + + + +## Done + +**Complete** + + + + +%% kanban:settings +``` +{"kanban-plugin":"basic","new-note-folder":"projects/homelab-notes"} +``` +%% \ No newline at end of file