vault backup: 2024-10-12 21:28:03
This commit is contained in:
3
.obsidian/app.json
vendored
3
.obsidian/app.json
vendored
@ -1,3 +1,4 @@
|
||||
{
|
||||
"alwaysUpdateLinks": true
|
||||
"alwaysUpdateLinks": true,
|
||||
"defaultViewMode": "preview"
|
||||
}
|
2
.obsidian/core-plugins-migration.json
vendored
2
.obsidian/core-plugins-migration.json
vendored
@ -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,
|
||||
|
1
.obsidian/core-plugins.json
vendored
1
.obsidian/core-plugins.json
vendored
@ -8,7 +8,6 @@
|
||||
"outgoing-link",
|
||||
"tag-pane",
|
||||
"page-preview",
|
||||
"daily-notes",
|
||||
"templates",
|
||||
"note-composer",
|
||||
"command-palette",
|
||||
|
14
.obsidian/plugins/webpage-html-export/data.json
vendored
14
.obsidian/plugins/webpage-html-export/data.json
vendored
@ -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": [
|
||||
[]
|
||||
]
|
||||
|
Reference in New Issue
Block a user