vault backup: 2023-08-09 10:52:23

This commit is contained in:
Alexander Navarro 2023-08-09 10:52:23 -04:00
parent 105a6a6695
commit 96d4d433aa
15 changed files with 98 additions and 27 deletions

12
.obsidian/app.json vendored
View file

@ -1 +1,11 @@
{} {
"promptDelete": false,
"showLineNumber": true,
"tabSize": 2,
"vimMode": true,
"newFileLocation": "current",
"alwaysUpdateLinks": true,
"useMarkdownLinks": true,
"showUnsupportedFiles": true,
"attachmentFolderPath": "./"
}

View file

@ -1,4 +1,6 @@
{ {
"accentColor": "", "accentColor": "",
"cssTheme": "Catppuccin" "cssTheme": "Catppuccin",
"textFontFamily": "JetBrainsMono Nerd Font",
"monospaceFontFamily": "JetBrainsMono Nerd Font Mono"
} }

View file

@ -4,7 +4,7 @@
"switcher": true, "switcher": true,
"graph": true, "graph": true,
"backlink": true, "backlink": true,
"canvas": true, "canvas": false,
"outgoing-link": true, "outgoing-link": true,
"tag-pane": true, "tag-pane": true,
"page-preview": true, "page-preview": true,
@ -16,14 +16,14 @@
"editor-status": true, "editor-status": true,
"bookmarks": true, "bookmarks": true,
"markdown-importer": false, "markdown-importer": false,
"zk-prefixer": false, "zk-prefixer": true,
"random-note": false, "random-note": false,
"outline": true, "outline": true,
"word-count": true, "word-count": true,
"slides": false, "slides": true,
"audio-recorder": false, "audio-recorder": false,
"workspaces": false, "workspaces": true,
"file-recovery": true, "file-recovery": false,
"publish": false, "publish": false,
"sync": false "sync": false
} }

View file

@ -4,7 +4,6 @@
"switcher", "switcher",
"graph", "graph",
"backlink", "backlink",
"canvas",
"outgoing-link", "outgoing-link",
"tag-pane", "tag-pane",
"page-preview", "page-preview",
@ -14,7 +13,9 @@
"command-palette", "command-palette",
"editor-status", "editor-status",
"bookmarks", "bookmarks",
"zk-prefixer",
"outline", "outline",
"word-count", "word-count",
"file-recovery" "slides",
"workspaces"
] ]

4
.obsidian/daily-notes.json vendored Normal file
View file

@ -0,0 +1,4 @@
{
"folder": "notes/daily",
"template": "templates/daily"
}

4
.obsidian/note-composer.json vendored Normal file
View file

@ -0,0 +1,4 @@
{
"askBeforeMerging": true,
"replacementText": "embed"
}

3
.obsidian/page-preview.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"preview": true
}

3
.obsidian/templates.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"folder": "templates"
}

View file

@ -11,20 +11,15 @@
"id": "e65e219e8f8484ec", "id": "e65e219e8f8484ec",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "empty", "type": "markdown",
"state": {} "state": {
} "file": "games/batman-arkham-city.md",
}, "mode": "source",
{ "source": false
"id": "d5d787b006f710c6", }
"type": "leaf",
"state": {
"type": "graph",
"state": {}
} }
} }
], ]
"currentTab": 1
} }
], ],
"direction": "vertical" "direction": "vertical"
@ -90,6 +85,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "games/batman-arkham-city.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -106,6 +102,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "games/batman-arkham-city.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -127,29 +124,53 @@
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "outline", "type": "outline",
"state": {
"file": "games/batman-arkham-city.md"
}
}
},
{
"id": "230c77af3893ffdd",
"type": "leaf",
"state": {
"type": "git-view",
"state": {} "state": {}
} }
} }
], ],
"currentTab": 3 "currentTab": 4
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 300 "width": 511
}, },
"left-ribbon": { "left-ribbon": {
"hiddenItems": { "hiddenItems": {
"switcher:Open quick switcher": false, "switcher:Open quick switcher": false,
"graph:Open graph view": false, "graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false, "daily-notes:Open today's daily note": false,
"templates:Insert template": false, "templates:Insert template": false,
"command-palette:Open command palette": false, "command-palette:Open command palette": true,
"obsidian-excalidraw-plugin:Create new drawing": false "obsidian-excalidraw-plugin:Create new drawing": false,
"zk-prefixer:Create new unique note": false,
"workspaces:Manage workspace layouts": false
} }
}, },
"active": "9b65a6cf59dadc4f", "active": "e65e219e8f8484ec",
"lastOpenFiles": [ "lastOpenFiles": [
"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",
"Excalidraw",
"notes/foo.md", "notes/foo.md",
"notes" "notes"
] ]

5
.obsidian/zk-prefixer.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"folder": "notes/unique",
"format": "YYYY-MM-DD__HH-MM__",
"template": "templates/unique"
}

View file

@ -0,0 +1,15 @@
---
excalidraw-plugin: parsed
tags: [excalidraw]
---
==⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠==
%%
# Drawing
```json
{"type":"excalidraw","version":2,"source":"https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/1.9.14","elements":[],"appState":{"gridSize":null,"viewBackgroundColor":"#ffffff"}}
```
%%

View file

@ -0,0 +1,3 @@
test
jhb

0
templates/daily.md Normal file
View file

0
templates/thoughts.md Normal file
View file

0
templates/unique.md Normal file
View file