vault backup: 2026-02-27 11:26:12
This commit is contained in:
8
.obsidian/plugins/obsidian-git/data.json
vendored
8
.obsidian/plugins/obsidian-git/data.json
vendored
@@ -3,8 +3,8 @@
|
||||
"autoCommitMessage": "vault backup: {{date}}",
|
||||
"commitMessageScript": "",
|
||||
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||
"autoSaveInterval": 0,
|
||||
"autoPushInterval": 0,
|
||||
"autoSaveInterval": 2,
|
||||
"autoPushInterval": 30,
|
||||
"autoPullInterval": 0,
|
||||
"autoPullOnBoot": false,
|
||||
"autoCommitOnlyStaged": false,
|
||||
@@ -19,11 +19,11 @@
|
||||
"syncMethod": "merge",
|
||||
"mergeStrategy": "none",
|
||||
"customMessageOnAutoBackup": false,
|
||||
"autoBackupAfterFileChange": false,
|
||||
"autoBackupAfterFileChange": true,
|
||||
"treeStructure": false,
|
||||
"refreshSourceControl": true,
|
||||
"basePath": "",
|
||||
"differentIntervalCommitAndPush": false,
|
||||
"differentIntervalCommitAndPush": true,
|
||||
"changedFilesInStatusBar": false,
|
||||
"showedMobileNotice": true,
|
||||
"refreshSourceControlTimer": 7000,
|
||||
|
||||
2
.obsidian/workspace.json
vendored
2
.obsidian/workspace.json
vendored
@@ -183,7 +183,7 @@
|
||||
"obsidian-git:Open Git source control": false
|
||||
}
|
||||
},
|
||||
"active": "7a0e7b37bd89861d",
|
||||
"active": "197c8e18c8d8ef8c",
|
||||
"lastOpenFiles": [
|
||||
"DAS/Set Theory.md",
|
||||
"DAS/Functions.md",
|
||||
|
||||
@@ -24,4 +24,5 @@ A function is _surjective_ if every element $y in Y$ has _at minimum_ one matchi
|
||||
- $forall y in Y, exists x in X : f(x) = y$
|
||||
|
||||
### Bijectivity
|
||||
A function is _bijective_ if every element $y in Y$ has _exactly_ one matching $x in X$ (it is _injective_ and _surjective_)
|
||||
A function is _bijective_ if every element $y in Y$ has _exactly_ one matching $x in X$ (it is _injective_ and _surjective_)
|
||||
- $forall y in Y, exists excl x in X : f(x) = y$
|
||||
Reference in New Issue
Block a user