Manual backup: 2023-03-23 19:09:10
This commit is contained in:
parent
9a92e9b940
commit
352acf2836
5 changed files with 9072 additions and 4167 deletions
6
.obsidian/plugins/obsidian-git/data.json
vendored
6
.obsidian/plugins/obsidian-git/data.json
vendored
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"commitMessage": "Manual backup: {{date}}",
|
||||
"autoCommitMessage": "Automatic backup: {{date}}",
|
||||
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||
"autoSaveInterval": 0,
|
||||
"autoPushInterval": 0,
|
||||
|
@ -23,5 +22,8 @@
|
|||
"showedMobileNotice": true,
|
||||
"refreshSourceControlTimer": 7000,
|
||||
"showBranchStatusBar": true,
|
||||
"setLastSaveToLastCommit": false
|
||||
"setLastSaveToLastCommit": false,
|
||||
"submoduleRecurseCheckout": false,
|
||||
"gitDir": "",
|
||||
"autoCommitMessage": "Automatic backup: {{date}}"
|
||||
}
|
10290
.obsidian/plugins/obsidian-git/main.js
vendored
10290
.obsidian/plugins/obsidian-git/main.js
vendored
File diff suppressed because one or more lines are too long
2
.obsidian/plugins/obsidian-git/manifest.json
vendored
2
.obsidian/plugins/obsidian-git/manifest.json
vendored
|
@ -5,5 +5,5 @@
|
|||
"isDesktopOnly": false,
|
||||
"fundingUrl": "https://ko-fi.com/vinzent",
|
||||
"js": "main.js",
|
||||
"version": "2.17.4"
|
||||
"version": "2.19.0"
|
||||
}
|
||||
|
|
37
.obsidian/plugins/obsidian-git/styles.css
vendored
37
.obsidian/plugins/obsidian-git/styles.css
vendored
|
@ -12,6 +12,10 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type='git-history-view'] .view-content {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.loading>svg {
|
||||
animation: 2s linear infinite loading;
|
||||
transform-origin: 50% 50%;
|
||||
|
@ -42,21 +46,28 @@
|
|||
.tooltip.mod-right {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.obsidian-git-shortcuts {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.diff-err {
|
||||
height: 100%;
|
||||
.git-tools {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.diff-err-sign {
|
||||
font-size: 2em;
|
||||
.git-tools .type {
|
||||
padding-left: var(--size-2-1);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.git-tools .type[data-type="M"] {
|
||||
color: orange;
|
||||
}
|
||||
.git-tools .type[data-type="D"] {
|
||||
color: red;
|
||||
}
|
||||
.git-tools .buttons {
|
||||
display: flex;
|
||||
}
|
||||
.git-tools .buttons > * {
|
||||
padding: 0 0;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-d-none {
|
||||
|
|
6
.obsidian/workspace.json
vendored
6
.obsidian/workspace.json
vendored
|
@ -4,11 +4,11 @@
|
|||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "af1fd378d4f82bc8",
|
||||
"id": "a882aceafb514a08",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "3eb685fd51223f51",
|
||||
"id": "9422fc078f985474",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "empty",
|
||||
|
@ -120,7 +120,7 @@
|
|||
"templater-obsidian:Templater": false
|
||||
}
|
||||
},
|
||||
"active": "3eb685fd51223f51",
|
||||
"active": "0889e053c850e925",
|
||||
"lastOpenFiles": [
|
||||
"KB/Linux/Disk Speed.md",
|
||||
"KB/Linux/AMD.md",
|
||||
|
|
Loading…
Reference in a new issue