vault backup: 2026-04-14 18:55:19

This commit is contained in:
Vadym Samoilenko 2026-04-14 18:55:19 +01:00
parent 96a3d1e4a8
commit 354f2d6417
3 changed files with 62 additions and 28 deletions

View file

@ -1,17 +1,23 @@
{
"commitMessage": "vault: auto-commit {{date}}",
"autoCommitMessage": "vault backup: {{date}}",
"commitMessageScript": "",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 1,
"autoPushInterval": 0,
"autoPullInterval": 0,
"autoPullOnBoot": true,
"autoCommitOnlyStaged": false,
"disablePush": false,
"pullBeforePush": true,
"disablePopups": false,
"showErrorNotices": true,
"disablePopupsForNoChanges": false,
"listChangedFilesInMessageBody": false,
"showStatusBar": true,
"updateSubmodules": false,
"syncMethod": "merge",
"mergeStrategy": "none",
"customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": true,
"treeStructure": false,
@ -19,14 +25,47 @@
"basePath": "",
"differentIntervalCommitAndPush": false,
"changedFilesInStatusBar": true,
"username": "",
"showedMobileNotice": false,
"refreshSourceControlTimer": 7000,
"showBranchStatusBar": true,
"setLastSaveToLastCommit": false,
"submoduleRecurseCheckout": false,
"gitDir": "",
"showFileMenu": true,
"authorInHistoryView": "hide",
"dateInHistoryView": false,
"diffStyle": "split",
"hunks": {
"showSigns": false,
"hunkCommands": false,
"statusBar": "disabled"
},
"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
},
"timeout": 20,
"obfuscateVaultName": false,
"gitDir": "",
"worktreePath": "",
"refreshSourceControlTimer": 7000,
"showedMobileNotice": false,
"renameDeleteThreshold": 50,
"useGitStatusCache": true,
"showFileMenu": true
}
"useGitStatusCache": true
}

View file

@ -1,15 +1,13 @@
filters:
and:
- file.inFolder("01 Projects")
- 'file.ext == "md"'
- 'type != "dashboard"'
- 'file.basename != "Projects Index"'
- 'file.basename != "Dashboard"'
- file.ext == "md"
- type != "dashboard"
- file.basename != "Projects Index"
- file.basename != "Dashboard"
formulas:
age: "(now() - file.ctime).days.round(0)"
stale: 'if((now() - file.mtime).days > 30, "⚠️ stale", "✓")'
age: (now() - file.ctime).days.round(0)
stale: if((now() - file.mtime).days > 30, "⚠️ stale", "✓")
properties:
name:
displayName: Project
@ -25,10 +23,9 @@ properties:
displayName: Age (days)
formula.stale:
displayName: Activity
views:
- name: All Projects
type: table
- type: table
name: All Projects
order:
- name
- client
@ -37,9 +34,8 @@ views:
- deploy
- formula.age
- formula.stale
- name: By Client
type: table
- type: table
name: By Client
groupBy:
property: client
direction: ASC
@ -48,19 +44,17 @@ views:
- status
- tech
- formula.stale
- name: Active Only
type: table
filters: 'status == "active"'
- type: table
name: Active Only
filters: status == "active"
order:
- name
- client
- tech
- deploy
- formula.age
- name: Cards
type: cards
- type: cards
name: Cards
order:
- name
- client

View file

@ -128,3 +128,4 @@ Vault added to global permissions — no prompts for Obsidian reads/writes.
## Session Log
- 18:51 — Claude Code session ended | `Users/aimpress/Library/Mobile Documents/iCloud~md~obsidian/Documents/VadymSamoilenko`
- 18:54 — Claude Code session ended | `Users/aimpress/Library/Mobile Documents/iCloud~md~obsidian/Documents/VadymSamoilenko`