From f97fac6b666f02ccbc2bc7c8600b455264cdddfe Mon Sep 17 00:00:00 2001 From: Akulij Date: Mon, 17 Nov 2025 07:31:47 +0700 Subject: [PATCH] vault backup: 2025-11-17 07:31:47 --- .obsidian/plugins/obsidian-git/data.json | 62 ++++++++++++++++++++++++ .obsidian/workspace.json | 7 +-- 4.2/3.md | 1 + 3 files changed, 67 insertions(+), 3 deletions(-) create mode 100644 .obsidian/plugins/obsidian-git/data.json create mode 100644 4.2/3.md diff --git a/.obsidian/plugins/obsidian-git/data.json b/.obsidian/plugins/obsidian-git/data.json new file mode 100644 index 0000000..7fb423c --- /dev/null +++ b/.obsidian/plugins/obsidian-git/data.json @@ -0,0 +1,62 @@ +{ + "commitMessage": "vault backup: {{date}}", + "autoCommitMessage": "vault backup: {{date}}", + "commitMessageScript": "", + "commitDateFormat": "YYYY-MM-DD HH:mm:ss", + "autoSaveInterval": 2, + "autoPushInterval": 0, + "autoPullInterval": 1, + "autoPullOnBoot": false, + "autoCommitOnlyStaged": false, + "disablePush": false, + "pullBeforePush": true, + "disablePopups": false, + "showErrorNotices": true, + "disablePopupsForNoChanges": false, + "listChangedFilesInMessageBody": false, + "showStatusBar": true, + "updateSubmodules": false, + "syncMethod": "merge", + "customMessageOnAutoBackup": false, + "autoBackupAfterFileChange": true, + "treeStructure": false, + "refreshSourceControl": true, + "basePath": "", + "differentIntervalCommitAndPush": false, + "changedFilesInStatusBar": false, + "showedMobileNotice": true, + "refreshSourceControlTimer": 7000, + "showBranchStatusBar": true, + "setLastSaveToLastCommit": false, + "submoduleRecurseCheckout": false, + "gitDir": "", + "showFileMenu": true, + "authorInHistoryView": "hide", + "dateInHistoryView": false, + "diffStyle": "split", + "lineAuthor": { + "show": false, + "followMovement": "inactive", + "authorDisplay": "initials", + "showCommitHash": false, + "dateTimeFormatOptions": "date", + "dateTimeFormatCustomString": "YYYY-MM-DD HH:mm", + "dateTimeTimezone": "viewer-local", + "coloringMaxAge": "1y", + "colorNew": { + "r": 255, + "g": 150, + "b": 150 + }, + "colorOld": { + "r": 120, + "g": 160, + "b": 255 + }, + "textColorCss": "var(--text-muted)", + "ignoreWhitespace": false, + "gutterSpacingFallbackLength": 5, + "lastShownAuthorDisplay": "initials", + "lastShownDateTimeFormatOptions": "date" + } +} \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index e91db91..f631cba 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,12 +13,12 @@ "state": { "type": "markdown", "state": { - "file": "4.2/1.md", + "file": "4.2/3.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "1" + "title": "3" } }, { @@ -186,8 +186,9 @@ }, "active": "4391c77430fca8f8", "lastOpenFiles": [ - "4.2/2.md", "4.2/1.md", + "4.2/3.md", + "4.2/2.md", "3_1/2.md", "3_1/1-0.2.0.md", "3_1/3practice.md", diff --git a/4.2/3.md b/4.2/3.md new file mode 100644 index 0000000..b80d0fa --- /dev/null +++ b/4.2/3.md @@ -0,0 +1 @@ +Plugins lesson \ No newline at end of file