generated from DNDs/dnd-template
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:
parent
bbac065571
commit
6fdb837a66
13
.obsidian/app.json
vendored
13
.obsidian/app.json
vendored
@ -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"
|
||||||
|
]
|
||||||
}
|
}
|
5
.obsidian/appearance.json
vendored
5
.obsidian/appearance.json
vendored
@ -1,3 +1,6 @@
|
|||||||
{
|
{
|
||||||
"translucency": true
|
"translucency": true,
|
||||||
|
"baseFontSize": 20,
|
||||||
|
"cssTheme": "",
|
||||||
|
"theme": "obsidian"
|
||||||
}
|
}
|
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@ -1,4 +1,5 @@
|
|||||||
[
|
[
|
||||||
"obsidian-git",
|
"obsidian-git",
|
||||||
"table-editor-obsidian"
|
"table-editor-obsidian",
|
||||||
|
"obsidian-image-toolkit"
|
||||||
]
|
]
|
22
.obsidian/graph.json
vendored
Normal file
22
.obsidian/graph.json
vendored
Normal 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
|
||||||
|
}
|
4
.obsidian/page-preview.json
vendored
4
.obsidian/page-preview.json
vendored
@ -1,3 +1 @@
|
|||||||
{
|
{}
|
||||||
"editor": false
|
|
||||||
}
|
|
6
.obsidian/plugins/obsidian-git/data.json
vendored
6
.obsidian/plugins/obsidian-git/data.json
vendored
@ -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": "",
|
||||||
|
3192
.obsidian/plugins/obsidian-image-toolkit/main.js
vendored
Normal file
3192
.obsidian/plugins/obsidian-image-toolkit/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-image-toolkit/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-image-toolkit/manifest.json
vendored
Normal 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
|
||||||
|
}
|
341
.obsidian/plugins/obsidian-image-toolkit/styles.css
vendored
Normal file
341
.obsidian/plugins/obsidian-image-toolkit/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user