1
1
Fork 0

obsidian settings

This commit is contained in:
Ava Gaiety W 2025-05-02 21:44:55 -06:00
parent 8abf70efb6
commit 77bfaf2e97
4 changed files with 216 additions and 0 deletions

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

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

1
.obsidian/appearance.json vendored Normal file
View file

@ -0,0 +1 @@
{}

31
.obsidian/core-plugins.json vendored Normal file
View file

@ -0,0 +1,31 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"properties": false,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": true,
"webviewer": false
}

181
.obsidian/workspace.json vendored Normal file
View file

@ -0,0 +1,181 @@
{
"main": {
"id": "b5673baa3077fd20",
"type": "split",
"children": [
{
"id": "b4acd2dd631ab8d1",
"type": "tabs",
"children": [
{
"id": "97b5602fe03321b5",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "blog/more-secure-ssh-with-wireguard.md.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "more-secure-ssh-with-wireguard.md"
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "96e4118f25515b50",
"type": "split",
"children": [
{
"id": "8a65ad41203dd04e",
"type": "tabs",
"children": [
{
"id": "05774c3f300c19ca",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical",
"autoReveal": false
},
"icon": "lucide-folder-closed",
"title": "Files"
}
},
{
"id": "0668a86b75a7d0ba",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
},
"icon": "lucide-search",
"title": "Search"
}
},
{
"id": "e54a64f0ad6e3571",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {},
"icon": "lucide-bookmark",
"title": "Bookmarks"
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "d5765833dc0b838e",
"type": "split",
"children": [
{
"id": "d9ecb80d87a9c42e",
"type": "tabs",
"children": [
{
"id": "b094d2813a8b4611",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "blog/more-secure-ssh-with-wireguard.md.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-coming-in",
"title": "Backlinks for more-secure-ssh-with-wireguard.md"
}
},
{
"id": "20e324026a17eb2d",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "blog/more-secure-ssh-with-wireguard.md.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-going-out",
"title": "Outgoing links from more-secure-ssh-with-wireguard.md"
}
},
{
"id": "552c039aa71e14d7",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-tags",
"title": "Tags"
}
},
{
"id": "559e43db41e8bdbb",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "blog/more-secure-ssh-with-wireguard.md.md",
"followCursor": false,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "Outline of more-secure-ssh-with-wireguard.md"
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"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
}
},
"active": "97b5602fe03321b5",
"lastOpenFiles": [
"img/content/wireguard.svg",
"img/content/ssh-wireguard.png",
"blog/dotfiles-2021.md",
"blog/more-secure-ssh-with-wireguard.md.md",
"blog/divisibility-rules.md",
"blog/blm.md",
"blog/a_modern_terminal_workflow_1.md"
]
}