vault backup: 2023-07-27 00:17:10

This commit is contained in:
grabbit 2023-07-27 00:17:10 +08:00
parent 888e877a64
commit c6d84390dd
9 changed files with 2140 additions and 17 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
.obsidian/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -1,3 +1,4 @@
{ {
"accentColor": "" "accentColor": "",
"cssTheme": "Minimal"
} }

3
.obsidian/backlink.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"backlinkInDocument": true
}

22
.obsidian/graph.json vendored Normal file
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": 8,
"close": false
}

View File

@ -1,7 +1,7 @@
{ {
"commitMessage": "vault backup: {{date}}", "commitMessage": "vault backup: {{date}}",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss", "commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 0, "autoSaveInterval": 5,
"autoPushInterval": 0, "autoPushInterval": 0,
"autoPullInterval": 0, "autoPullInterval": 0,
"autoPullOnBoot": false, "autoPullOnBoot": false,
@ -47,7 +47,9 @@
}, },
"textColorCss": "var(--text-muted)", "textColorCss": "var(--text-muted)",
"ignoreWhitespace": false, "ignoreWhitespace": false,
"gutterSpacingFallbackLength": 5 "gutterSpacingFallbackLength": 5,
"lastShownAuthorDisplay": "initials",
"lastShownDateTimeFormatOptions": "date"
}, },
"autoCommitMessage": "vault backup: {{date}}" "autoCommitMessage": "vault backup: {{date}}"
} }

View File

@ -0,0 +1,8 @@
{
"name": "Minimal",
"version": "7.0.7",
"minAppVersion": "1.1.9",
"author": "@kepano",
"authorUrl": "https://twitter.com/kepano",
"fundingUrl": "https://www.buymeacoffee.com/kepano"
}

2094
.obsidian/themes/Minimal/theme.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -11,12 +11,8 @@
"id": "3f1f4d77bb60260b", "id": "3f1f4d77bb60260b",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "graph",
"state": { "state": {}
"file": "README.md",
"mode": "source",
"source": false
}
} }
} }
] ]
@ -85,7 +81,6 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "README.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -102,7 +97,6 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "README.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -124,9 +118,7 @@
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {}
"file": "README.md"
}
} }
} }
] ]
@ -147,12 +139,13 @@
"obsidian-excalidraw-plugin:Create new drawing": false "obsidian-excalidraw-plugin:Create new drawing": false
} }
}, },
"active": "e9a9e4bb084afe55", "active": "3f1f4d77bb60260b",
"lastOpenFiles": [ "lastOpenFiles": [
"Untitled.canvas",
"README.md",
"work/ctrip", "work/ctrip",
"learn", "learn",
"work", "work",
"2023-07-27.md", "2023-07-27.md"
"README.md"
] ]
} }