Compare commits

..
2 Commits
Author SHA1 Message Date
mbozoyan 6d0b11c60c vault backup: 2026-08-11 03:28:28 2026-08-11 03:28:28 +04:00
mbozoyan df565e7c52 vault backup: 2026-08-11 03:25:47 2026-08-11 03:25:47 +04:00
4 changed files with 62 additions and 10 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"collapse-filter": true,
"search": "",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 1,
"close": false
}
+3 -3
View File
@@ -3,7 +3,7 @@
"autoCommitMessage": "vault backup: {{date}}",
"commitMessageScript": "",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 1,
"autoSaveInterval": 0,
"autoPushInterval": 1,
"autoPullInterval": 1,
"autoPullOnBoot": true,
@@ -19,11 +19,11 @@
"syncMethod": "merge",
"mergeStrategy": "none",
"customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": true,
"autoBackupAfterFileChange": false,
"treeStructure": false,
"refreshSourceControl": false,
"basePath": "",
"differentIntervalCommitAndPush": true,
"differentIntervalCommitAndPush": false,
"changedFilesInStatusBar": false,
"showedMobileNotice": true,
"refreshSourceControlTimer": 7000,
+37 -7
View File
@@ -11,13 +11,32 @@
"id": "e6531602d4349b2a",
"type": "leaf",
"state": {
"type": "empty",
"state": {},
"type": "markdown",
"state": {
"file": "a new file.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "New tab"
"title": "a new file"
}
},
{
"id": "d1cb95181de7a146",
"type": "leaf",
"state": {
"type": "diff-view",
"state": {
"aFile": ".obsidian/graph.json",
"bFile": ".obsidian/graph.json",
"aRef": ""
},
"icon": "git-pull-request",
"title": "Diff: graph.json"
}
}
]
],
"currentTab": 1
}
],
"direction": "vertical"
@@ -153,9 +172,19 @@
"icon": "lucide-list",
"title": "Outline"
}
},
{
"id": "91bb7839f52451d1",
"type": "leaf",
"state": {
"type": "git-view",
"state": {},
"icon": "git-pull-request",
"title": "Source Control"
}
}
],
"currentTab": 0
"currentTab": 3
},
"left-ribbon": {
"hiddenItems": {
@@ -169,11 +198,12 @@
"obsidian-git:Open Git source control": false
}
},
"active": "e6531602d4349b2a",
"active": "91bb7839f52451d1",
"lastOpenFiles": [
"a new file.md",
"A new note from Iphone.md",
"Untitled.base",
"This is a new note for a test from I phone.md",
"a new file.md",
"/a new file.md",
"/Untitled.base",
"/This is a new note for a test from I phone.md",
View File