vault auto-backup: 22.06.2022 - 22:58:52

Affected files:
.obsidian/app.json
.obsidian/appearance.json
.obsidian/community-plugins.json
.obsidian/graph.json
.obsidian/page-preview.json
.obsidian/plugins/obsidian-git/data.json
.obsidian/plugins/obsidian-image-toolkit/main.js
.obsidian/plugins/obsidian-image-toolkit/manifest.json
.obsidian/plugins/obsidian-image-toolkit/styles.css
This commit is contained in:
Jesse James Isler 2022-06-22 22:58:53 +02:00
parent bbac065571
commit 6fdb837a66
9 changed files with 3587 additions and 9 deletions

13
.obsidian/app.json vendored
View File

@ -1,5 +1,16 @@
{ {
"legacyEditor": false, "legacyEditor": false,
"livePreview": true, "livePreview": true,
"attachmentFolderPath": "attachment" "attachmentFolderPath": "attachment",
"alwaysUpdateLinks": true,
"communityThemeSortOrder": "alphabeticalReverse",
"trashOption": "local",
"readableLineLength": true,
"showLineNumber": true,
"rightToLeft": false,
"spellcheck": true,
"spellcheckLanguages": [
"en-GB",
"de"
]
} }

View File

@ -1,3 +1,6 @@
{ {
"translucency": true "translucency": true,
"baseFontSize": 20,
"cssTheme": "",
"theme": "obsidian"
} }

View File

@ -1,4 +1,5 @@
[ [
"obsidian-git", "obsidian-git",
"table-editor-obsidian" "table-editor-obsidian",
"obsidian-image-toolkit"
] ]

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": 0.4159979812034997,
"close": true
}

View File

@ -1,3 +1 @@
{ {}
"editor": false
}

View File

@ -2,7 +2,7 @@
"commitMessage": "vault backup: {{date}}", "commitMessage": "vault backup: {{date}}",
"autoCommitMessage": "vault auto-backup: {{date}}", "autoCommitMessage": "vault auto-backup: {{date}}",
"commitDateFormat": "DD.MM.YYYY - HH:mm:ss", "commitDateFormat": "DD.MM.YYYY - HH:mm:ss",
"autoSaveInterval": 5, "autoSaveInterval": 1,
"autoPushInterval": 0, "autoPushInterval": 0,
"autoPullInterval": 5, "autoPullInterval": 5,
"autoPullOnBoot": true, "autoPullOnBoot": true,
@ -14,8 +14,8 @@
"updateSubmodules": false, "updateSubmodules": false,
"syncMethod": "merge", "syncMethod": "merge",
"gitPath": "", "gitPath": "",
"customMessageOnAutoBackup": true, "customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": false, "autoBackupAfterFileChange": true,
"treeStructure": false, "treeStructure": false,
"refreshSourceControl": true, "refreshSourceControl": true,
"basePath": "", "basePath": "",

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,10 @@
{
"id": "obsidian-image-toolkit",
"name": "Image Toolkit",
"version": "1.3.1",
"minAppVersion": "0.2.0",
"description": "This plugin provides some image viewing toolkit.",
"author": "sissilab",
"authorUrl": "https://github.com/sissilab",
"isDesktopOnly": true
}

File diff suppressed because one or more lines are too long