Integrate Obsidian with the site and track its settings
This commit is contained in:
9
content/.obsidian/app.json
vendored
Normal file
9
content/.obsidian/app.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"spellcheck": true,
|
||||
"autoPairBrackets": false,
|
||||
"autoPairMarkdown": false,
|
||||
"vimMode": true,
|
||||
"useMarkdownLinks": false,
|
||||
"attachmentFolderPath": "media",
|
||||
"alwaysUpdateLinks": true
|
||||
}
|
4
content/.obsidian/appearance.json
vendored
Normal file
4
content/.obsidian/appearance.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"theme": "moonstone",
|
||||
"baseFontSize": 16
|
||||
}
|
16
content/.obsidian/core-plugins.json
vendored
Normal file
16
content/.obsidian/core-plugins.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
[
|
||||
"file-explorer",
|
||||
"global-search",
|
||||
"switcher",
|
||||
"graph",
|
||||
"backlink",
|
||||
"page-preview",
|
||||
"note-composer",
|
||||
"command-palette",
|
||||
"editor-status",
|
||||
"markdown-importer",
|
||||
"outline",
|
||||
"word-count",
|
||||
"open-with-default-app",
|
||||
"file-recovery"
|
||||
]
|
1
content/.obsidian/hotkeys.json
vendored
Normal file
1
content/.obsidian/hotkeys.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
112
content/.obsidian/workspace
vendored
Normal file
112
content/.obsidian/workspace
vendored
Normal file
@@ -0,0 +1,112 @@
|
||||
{
|
||||
"main": {
|
||||
"id": "69e9da393623ab60",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "642564a28e60933d",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Protospace.md",
|
||||
"mode": "source"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
},
|
||||
"left": {
|
||||
"id": "3885f82c1ab72e1b",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "0e37795504669957",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "e5f5df16367f5f9a",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "file-explorer",
|
||||
"state": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "15b64333baa0fbc2",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "search",
|
||||
"state": {
|
||||
"query": "",
|
||||
"matchingCase": false,
|
||||
"explainSearch": false,
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300
|
||||
},
|
||||
"right": {
|
||||
"id": "260bba8f76f307a9",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "21c556d6660f839b",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "528c8f9657044ea2",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Protospace.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
"showSearch": false,
|
||||
"searchQuery": "",
|
||||
"backlinkCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "79f3ff4100fe3ae6",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Protospace.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 1
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300
|
||||
},
|
||||
"active": "642564a28e60933d",
|
||||
"lastOpenFiles": [
|
||||
"Protospace.md",
|
||||
"Plant Waterer.md",
|
||||
"media/protospace2.png",
|
||||
"media/protospace1.png",
|
||||
"Solar Car.md",
|
||||
"Acousting Panels.md",
|
||||
"Backup Strategy.md",
|
||||
"Bypassing Ports.md",
|
||||
"Garage Door Opener.md",
|
||||
"Painting.md"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user