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}}", "autoCommitMessage": "vault backup: {{date}}",
"commitMessageScript": "", "commitMessageScript": "",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss", "commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 1, "autoSaveInterval": 0,
"autoPushInterval": 1, "autoPushInterval": 1,
"autoPullInterval": 1, "autoPullInterval": 1,
"autoPullOnBoot": true, "autoPullOnBoot": true,
@@ -19,11 +19,11 @@
"syncMethod": "merge", "syncMethod": "merge",
"mergeStrategy": "none", "mergeStrategy": "none",
"customMessageOnAutoBackup": false, "customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": true, "autoBackupAfterFileChange": false,
"treeStructure": false, "treeStructure": false,
"refreshSourceControl": false, "refreshSourceControl": false,
"basePath": "", "basePath": "",
"differentIntervalCommitAndPush": true, "differentIntervalCommitAndPush": false,
"changedFilesInStatusBar": false, "changedFilesInStatusBar": false,
"showedMobileNotice": true, "showedMobileNotice": true,
"refreshSourceControlTimer": 7000, "refreshSourceControlTimer": 7000,
+37 -7
View File
@@ -11,13 +11,32 @@
"id": "e6531602d4349b2a", "id": "e6531602d4349b2a",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "empty", "type": "markdown",
"state": {}, "state": {
"file": "a new file.md",
"mode": "source",
"source": false
},
"icon": "lucide-file", "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" "direction": "vertical"
@@ -153,9 +172,19 @@
"icon": "lucide-list", "icon": "lucide-list",
"title": "Outline" "title": "Outline"
} }
},
{
"id": "91bb7839f52451d1",
"type": "leaf",
"state": {
"type": "git-view",
"state": {},
"icon": "git-pull-request",
"title": "Source Control"
}
} }
], ],
"currentTab": 0 "currentTab": 3
}, },
"left-ribbon": { "left-ribbon": {
"hiddenItems": { "hiddenItems": {
@@ -169,11 +198,12 @@
"obsidian-git:Open Git source control": false "obsidian-git:Open Git source control": false
} }
}, },
"active": "e6531602d4349b2a", "active": "91bb7839f52451d1",
"lastOpenFiles": [ "lastOpenFiles": [
"a new file.md",
"A new note from Iphone.md",
"Untitled.base", "Untitled.base",
"This is a new note for a test from I phone.md", "This is a new note for a test from I phone.md",
"a new file.md",
"/a new file.md", "/a new file.md",
"/Untitled.base", "/Untitled.base",
"/This is a new note for a test from I phone.md", "/This is a new note for a test from I phone.md",
View File