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": "",
"cssTheme": "Catppuccin"
"cssTheme": "Catppuccin",
"textFontFamily": "JetBrainsMono Nerd Font",
"monospaceFontFamily": "JetBrainsMono Nerd Font Mono"
}

View file

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

View file

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

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"
}