this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Create data.json

+62
+62
notes/.obsidian/plugins/obsidian-git/data.json
··· 1 + { 2 + "commitMessage": "[obsidian] updated {{date}}", 3 + "autoCommitMessage": "[obsidian] updated {{date}}", 4 + "commitMessageScript": "", 5 + "commitDateFormat": "YYYY-MM-DD HH:mm:ss", 6 + "autoSaveInterval": 0, 7 + "autoPushInterval": 0, 8 + "autoPullInterval": 0, 9 + "autoPullOnBoot": false, 10 + "autoCommitOnlyStaged": false, 11 + "disablePush": false, 12 + "pullBeforePush": true, 13 + "disablePopups": false, 14 + "showErrorNotices": true, 15 + "disablePopupsForNoChanges": false, 16 + "listChangedFilesInMessageBody": false, 17 + "showStatusBar": true, 18 + "updateSubmodules": false, 19 + "syncMethod": "merge", 20 + "customMessageOnAutoBackup": false, 21 + "autoBackupAfterFileChange": false, 22 + "treeStructure": false, 23 + "refreshSourceControl": true, 24 + "basePath": "", 25 + "differentIntervalCommitAndPush": false, 26 + "changedFilesInStatusBar": false, 27 + "showedMobileNotice": true, 28 + "refreshSourceControlTimer": 7000, 29 + "showBranchStatusBar": true, 30 + "setLastSaveToLastCommit": false, 31 + "submoduleRecurseCheckout": false, 32 + "gitDir": "", 33 + "showFileMenu": true, 34 + "authorInHistoryView": "hide", 35 + "dateInHistoryView": false, 36 + "diffStyle": "split", 37 + "lineAuthor": { 38 + "show": false, 39 + "followMovement": "inactive", 40 + "authorDisplay": "initials", 41 + "showCommitHash": false, 42 + "dateTimeFormatOptions": "date", 43 + "dateTimeFormatCustomString": "YYYY-MM-DD HH:mm", 44 + "dateTimeTimezone": "viewer-local", 45 + "coloringMaxAge": "1y", 46 + "colorNew": { 47 + "r": 255, 48 + "g": 150, 49 + "b": 150 50 + }, 51 + "colorOld": { 52 + "r": 120, 53 + "g": 160, 54 + "b": 255 55 + }, 56 + "textColorCss": "var(--text-muted)", 57 + "ignoreWhitespace": false, 58 + "gutterSpacingFallbackLength": 5, 59 + "lastShownAuthorDisplay": "initials", 60 + "lastShownDateTimeFormatOptions": "date" 61 + } 62 + }