vault backup: 2024-10-12 21:28:03

This commit is contained in:
2024-10-12 21:28:03 +03:00
parent a60cc01616
commit 6bb486a9f7
5 changed files with 96 additions and 12 deletions

3
.obsidian/app.json vendored
View File

@ -1,3 +1,4 @@
{
"alwaysUpdateLinks": true
"alwaysUpdateLinks": true,
"defaultViewMode": "preview"
}

View File

@ -9,7 +9,7 @@
"tag-pane": true,
"properties": false,
"page-preview": true,
"daily-notes": true,
"daily-notes": false,
"templates": true,
"note-composer": true,
"command-palette": true,

View File

@ -8,7 +8,6 @@
"outgoing-link",
"tag-pane",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",

View File

@ -1,7 +1,7 @@
{
"settingsVersion": "1.8.01",
"makeOfflineCompatible": false,
"inlineAssets": true,
"makeOfflineCompatible": true,
"inlineAssets": false,
"includePluginCSS": "",
"includeSvelteCSS": true,
"titleProperty": "title",
@ -16,20 +16,20 @@
"allowResizingSidebars": true,
"logLevel": "warning",
"minifyHTML": true,
"makeNamesWebStyle": false,
"makeNamesWebStyle": true,
"onlyExportModified": true,
"deleteOldFiles": true,
"addThemeToggle": true,
"addOutline": true,
"addFileNav": true,
"addSearchBar": false,
"addGraphView": false,
"addSearchBar": true,
"addGraphView": true,
"addTitle": true,
"addRSSFeed": true,
"siteURL": "",
"authorName": "",
"vaultTitle": "Универ",
"exportPreset": "documents",
"exportPreset": "website",
"openAfterExport": true,
"graphAttractionForce": 1,
"graphLinkLength": 10,
@ -43,7 +43,7 @@
"defaultFileIcon": "lucide//file",
"defaultFolderIcon": "lucide//folder",
"defaultMediaIcon": "lucide//file-image",
"exportPath": "C:\\Users\\Sweetbread\\Documents\\Obsidian\\",
"exportPath": "/tmp/University",
"filesToExport": [
[]
]