vault backup: 2024-06-13 21:04:54

This commit is contained in:
Struchkov Mark 2024-06-13 21:04:54 +03:00
parent 21862337fc
commit cf478c7450
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C
2 changed files with 5 additions and 3 deletions

View File

@ -25,7 +25,7 @@
"recentFilesStore": [ "recentFilesStore": [
{ {
"filepath": "Home.md", "filepath": "Home.md",
"timestamp": 1718301567850 "timestamp": 1718301876022
}, },
{ {
"filepath": "knowledge/dev/Git.md", "filepath": "knowledge/dev/Git.md",

View File

@ -25,7 +25,7 @@
"showBranchStatusBar": true, "showBranchStatusBar": true,
"setLastSaveToLastCommit": false, "setLastSaveToLastCommit": false,
"submoduleRecurseCheckout": false, "submoduleRecurseCheckout": false,
"gitDir": "", "gitDir": "/Users/struchkov/Documents/Backup/obsidian_sadtech",
"showFileMenu": true, "showFileMenu": true,
"authorInHistoryView": "hide", "authorInHistoryView": "hide",
"dateInHistoryView": false, "dateInHistoryView": false,
@ -50,7 +50,9 @@
}, },
"textColorCss": "var(--text-muted)", "textColorCss": "var(--text-muted)",
"ignoreWhitespace": false, "ignoreWhitespace": false,
"gutterSpacingFallbackLength": 5 "gutterSpacingFallbackLength": 5,
"lastShownAuthorDisplay": "initials",
"lastShownDateTimeFormatOptions": "date"
}, },
"autoCommitMessage": "vault backup: {{date}}" "autoCommitMessage": "vault backup: {{date}}"
} }