Automatic commit: 2024-09-17 21:29:16

This commit is contained in:
Limit6 2024-09-17 21:29:16 +02:00
parent 230102236a
commit 936c569468
27 changed files with 9085 additions and 8406 deletions

1
.obsidian/.syncthing.app.json.tmp vendored Normal file
View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1,4 @@
{
"cssTheme": "Catppuccin",
"textFontFamily": "Inter"
}

View File

@ -0,0 +1,11 @@
[
"symbols-prettifier",
"obsidian-style-settings",
"obsidian-export-image",
"table-editor-obsidian",
"obsidian-icon-folder",
"quick-latex",
"heading-level-indent",
"obsidian-excalidraw-plugin",
"obsidian-git"
]

156
.obsidian/.syncthing.workspace.json.tmp vendored Normal file
View File

@ -0,0 +1,156 @@
{
"main": {
"id": "ee5d534d22980344",
"type": "split",
"children": [
{
"id": "7c1eca489be03564",
"type": "tabs",
"children": [
{
"id": "54139872f1da29d8",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "README.md",
"mode": "source",
"source": false
}
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "fc1e8907017830f9",
"type": "split",
"children": [
{
"id": "9a60d4d5152c3311",
"type": "tabs",
"children": [
{
"id": "9341cdda69dbca7f",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "54f47b860bc7ee13",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "5550d38f8d962665",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "769dc607ac2c8f47",
"type": "split",
"children": [
{
"id": "bbb36cfce0e5c758",
"type": "tabs",
"children": [
{
"id": "d5de186f06e30619",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "README.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "1d0811a4b45529b8",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "README.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "1255c61dedfd1e84",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "0eb472a8f25f460b",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "README.md"
}
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false,
"table-editor-obsidian:Advanced Tables Toolbar": false,
"obsidian-excalidraw-plugin:Create new drawing": false
}
},
"active": "54139872f1da29d8",
"lastOpenFiles": [
"10.12 Chemie/! Chemie.md",
"README.md"
]
}

View File

@ -1,10 +1,11 @@
[ [
"symbols-prettifier", "symbols-prettifier",
"obsidian-style-settings", "obsidian-style-settings",
"obsidian-export-image",
"table-editor-obsidian",
"obsidian-icon-folder",
"quick-latex", "quick-latex",
"obsidian-icon-folder",
"heading-level-indent", "heading-level-indent",
"obsidian-excalidraw-plugin" "obsidian-git",
"table-editor-obsidian",
"obsidian-excalidraw-plugin",
"obsidian-export-image"
] ]

View File

@ -0,0 +1,11 @@
[
"symbols-prettifier",
"obsidian-style-settings",
"obsidian-export-image",
"table-editor-obsidian",
"obsidian-icon-folder",
"quick-latex",
"heading-level-indent",
"obsidian-excalidraw-plugin",
"obsidian-git"
]

View File

@ -0,0 +1,11 @@
[
"symbols-prettifier",
"obsidian-style-settings",
"obsidian-export-image",
"table-editor-obsidian",
"obsidian-icon-folder",
"quick-latex",
"heading-level-indent",
"obsidian-excalidraw-plugin",
"obsidian-git"
]

0
.obsidian/plugins/heading-level-indent/main.js vendored Normal file → Executable file
View File

0
.obsidian/plugins/obsidian-excalidraw-plugin/main.js vendored Normal file → Executable file
View File

View File

@ -1,12 +1,12 @@
{ {
"id": "obsidian-excalidraw-plugin", "id": "obsidian-excalidraw-plugin",
"name": "Excalidraw", "name": "Excalidraw",
"version": "2.4.3", "version": "2.4.3",
"minAppVersion": "1.1.6", "minAppVersion": "1.1.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings", "description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian", "author": "Zsolt Viczian",
"authorUrl": "https://www.zsolt.blog", "authorUrl": "https://www.zsolt.blog",
"fundingUrl": "https://ko-fi.com/zsolt", "fundingUrl": "https://ko-fi.com/zsolt",
"helpUrl": "https://github.com/zsviczian/obsidian-excalidraw-plugin#readme", "helpUrl": "https://github.com/zsviczian/obsidian-excalidraw-plugin#readme",
"isDesktopOnly": false "isDesktopOnly": false
} }

0
.obsidian/plugins/obsidian-export-image/main.js vendored Normal file → Executable file
View File

View File

@ -0,0 +1,58 @@
{
"commitMessage": "Manual commit: {{date}}",
"commitDateFormat": "DD. MM. YYYY HH:mm:ss",
"autoSaveInterval": 15,
"autoPushInterval": 0,
"autoPullInterval": 0,
"autoPullOnBoot": true,
"disablePush": false,
"pullBeforePush": true,
"disablePopups": false,
"disablePopupsForNoChanges": true,
"listChangedFilesInMessageBody": false,
"showStatusBar": true,
"updateSubmodules": false,
"syncMethod": "merge",
"customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": false,
"treeStructure": false,
"refreshSourceControl": true,
"basePath": "",
"differentIntervalCommitAndPush": false,
"changedFilesInStatusBar": false,
"showedMobileNotice": true,
"refreshSourceControlTimer": 7000,
"showBranchStatusBar": true,
"setLastSaveToLastCommit": false,
"submoduleRecurseCheckout": false,
"gitDir": "",
"showFileMenu": true,
"authorInHistoryView": "hide",
"dateInHistoryView": false,
"lineAuthor": {
"show": false,
"followMovement": "inactive",
"authorDisplay": "initials",
"showCommitHash": false,
"dateTimeFormatOptions": "date",
"dateTimeFormatCustomString": "YYYY-MM-DD HH:mm",
"dateTimeTimezone": "viewer-local",
"coloringMaxAge": "1y",
"colorNew": {
"r": 255,
"g": 150,
"b": 150
},
"colorOld": {
"r": 120,
"g": 160,
"b": 255
},
"textColorCss": "var(--text-muted)",
"ignoreWhitespace": false,
"gutterSpacingFallbackLength": 5,
"lastShownAuthorDisplay": "initials",
"lastShownDateTimeFormatOptions": "date"
},
"autoCommitMessage": "Automatic commit: {{date}}"
}

View File

@ -1,14 +1,14 @@
{ {
"commitMessage": "vault backup: {{date}}", "commitMessage": "Manual commit: {{date}}",
"commitDateFormat": "DD. MM. YYYY HH:mm:ss", "commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 10, "autoSaveInterval": 15,
"autoPushInterval": 0, "autoPushInterval": 0,
"autoPullInterval": 0, "autoPullInterval": 0,
"autoPullOnBoot": false, "autoPullOnBoot": true,
"disablePush": false, "disablePush": false,
"pullBeforePush": true, "pullBeforePush": true,
"disablePopups": false, "disablePopups": false,
"disablePopupsForNoChanges": true, "disablePopupsForNoChanges": false,
"listChangedFilesInMessageBody": false, "listChangedFilesInMessageBody": false,
"showStatusBar": true, "showStatusBar": true,
"updateSubmodules": false, "updateSubmodules": false,
@ -18,7 +18,7 @@
"treeStructure": false, "treeStructure": false,
"refreshSourceControl": true, "refreshSourceControl": true,
"basePath": "", "basePath": "",
"differentIntervalCommitAndPush": true, "differentIntervalCommitAndPush": false,
"changedFilesInStatusBar": false, "changedFilesInStatusBar": false,
"showedMobileNotice": true, "showedMobileNotice": true,
"refreshSourceControlTimer": 7000, "refreshSourceControlTimer": 7000,
@ -54,5 +54,5 @@
"lastShownAuthorDisplay": "initials", "lastShownAuthorDisplay": "initials",
"lastShownDateTimeFormatOptions": "date" "lastShownDateTimeFormatOptions": "date"
}, },
"autoCommitMessage": "vault backup: {{date}}" "autoCommitMessage": "Automatic commit: {{date}}"
} }

View File

@ -0,0 +1,58 @@
{
"commitMessage": "Manual commit: {{date}}",
"commitDateFormat": "DD. MM. YYYY HH:mm:ss",
"autoSaveInterval": 15,
"autoPushInterval": 0,
"autoPullInterval": 0,
"autoPullOnBoot": true,
"disablePush": false,
"pullBeforePush": true,
"disablePopups": false,
"disablePopupsForNoChanges": true,
"listChangedFilesInMessageBody": false,
"showStatusBar": true,
"updateSubmodules": false,
"syncMethod": "merge",
"customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": false,
"treeStructure": false,
"refreshSourceControl": true,
"basePath": "",
"differentIntervalCommitAndPush": false,
"changedFilesInStatusBar": false,
"showedMobileNotice": true,
"refreshSourceControlTimer": 7000,
"showBranchStatusBar": true,
"setLastSaveToLastCommit": false,
"submoduleRecurseCheckout": false,
"gitDir": "",
"showFileMenu": true,
"authorInHistoryView": "hide",
"dateInHistoryView": false,
"lineAuthor": {
"show": false,
"followMovement": "inactive",
"authorDisplay": "initials",
"showCommitHash": false,
"dateTimeFormatOptions": "date",
"dateTimeFormatCustomString": "YYYY-MM-DD HH:mm",
"dateTimeTimezone": "viewer-local",
"coloringMaxAge": "1y",
"colorNew": {
"r": 255,
"g": 150,
"b": 150
},
"colorOld": {
"r": 120,
"g": 160,
"b": 255
},
"textColorCss": "var(--text-muted)",
"ignoreWhitespace": false,
"gutterSpacingFallbackLength": 5,
"lastShownAuthorDisplay": "initials",
"lastShownDateTimeFormatOptions": "date"
},
"autoCommitMessage": "Automatic commit: {{date}}"
}

View File

@ -0,0 +1,58 @@
{
"commitMessage": "Manual commit: {{date}}",
"commitDateFormat": "DD. MM. YYYY HH:mm:ss",
"autoSaveInterval": 15,
"autoPushInterval": 0,
"autoPullInterval": 0,
"autoPullOnBoot": true,
"disablePush": false,
"pullBeforePush": true,
"disablePopups": false,
"disablePopupsForNoChanges": true,
"listChangedFilesInMessageBody": false,
"showStatusBar": true,
"updateSubmodules": false,
"syncMethod": "merge",
"customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": false,
"treeStructure": false,
"refreshSourceControl": true,
"basePath": "",
"differentIntervalCommitAndPush": false,
"changedFilesInStatusBar": false,
"showedMobileNotice": true,
"refreshSourceControlTimer": 7000,
"showBranchStatusBar": true,
"setLastSaveToLastCommit": false,
"submoduleRecurseCheckout": false,
"gitDir": "",
"showFileMenu": true,
"authorInHistoryView": "hide",
"dateInHistoryView": false,
"lineAuthor": {
"show": false,
"followMovement": "inactive",
"authorDisplay": "initials",
"showCommitHash": false,
"dateTimeFormatOptions": "date",
"dateTimeFormatCustomString": "YYYY-MM-DD HH:mm",
"dateTimeTimezone": "viewer-local",
"coloringMaxAge": "1y",
"colorNew": {
"r": 255,
"g": 150,
"b": 150
},
"colorOld": {
"r": 120,
"g": 160,
"b": 255
},
"textColorCss": "var(--text-muted)",
"ignoreWhitespace": false,
"gutterSpacingFallbackLength": 5,
"lastShownAuthorDisplay": "initials",
"lastShownDateTimeFormatOptions": "date"
},
"autoCommitMessage": "Automatic commit: {{date}}"
}

0
.obsidian/plugins/obsidian-git/main.js vendored Normal file → Executable file
View File

56
.obsidian/plugins/obsidian-icon-folder/main.js vendored Normal file → Executable file
View File

@ -10,34 +10,34 @@ var view = require('@codemirror/view');
var language = require('@codemirror/language'); var language = require('@codemirror/language');
var state = require('@codemirror/state'); var state = require('@codemirror/state');
/****************************************************************************** /******************************************************************************
Copyright (c) Microsoft Corporation. Copyright (c) Microsoft Corporation.
Permission to use, copy, modify, and/or distribute this software for any Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted. purpose with or without fee is hereby granted.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE. PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */ ***************************************************************************** */
function __awaiter(thisArg, _arguments, P, generator) { function __awaiter(thisArg, _arguments, P, generator) {
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
return new (P || (P = Promise))(function (resolve, reject) { return new (P || (P = Promise))(function (resolve, reject) {
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next()); step((generator = generator.apply(thisArg, _arguments || [])).next());
}); });
} }
typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) { typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
var e = new Error(message); var e = new Error(message);
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e; return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
}; };
// This library file does not include any other dependency and is a standalone file that // This library file does not include any other dependency and is a standalone file that

View File

@ -1,110 +1,110 @@
.iconize-title-icon { .iconize-title-icon {
max-width: var(--max-width); max-width: var(--max-width);
width: var(--line-width); width: var(--line-width);
margin-inline: var(--content-margin) !important; margin-inline: var(--content-margin) !important;
} }
.iconize-icon { .iconize-icon {
border: 1px solid transparent; border: 1px solid transparent;
margin: 0px 4px 0px 0px; margin: 0px 4px 0px 0px;
display: flex; display: flex;
align-self: center; align-self: center;
margin: auto 0; margin: auto 0;
} }
.nav-folder-title, .nav-folder-title,
.nav-file-title { .nav-file-title {
align-items: center; align-items: center;
} }
.iconize-setting input[type='color'] { .iconize-setting input[type='color'] {
margin: 0 6px; margin: 0 6px;
} }
.iconize-modal.prompt-results { .iconize-modal.prompt-results {
margin: 0; margin: 0;
overflow-y: auto; overflow-y: auto;
display: grid; display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr)); grid-template-columns: repeat(5, minmax(0, 1fr));
} }
.prompt .iconize-subheadline { .prompt .iconize-subheadline {
margin-top: 12px; margin-top: 12px;
font-size: 12px; font-size: 12px;
color: gray; color: gray;
grid-column-start: 1; grid-column-start: 1;
grid-column-end: 6; grid-column-end: 6;
} }
@media (max-width: 640px) { @media (max-width: 640px) {
.iconize-modal.prompt-results { .iconize-modal.prompt-results {
grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-columns: repeat(3, minmax(0, 1fr));
} }
.prompt .iconize-subheadline { .prompt .iconize-subheadline {
grid-column-end: 4; grid-column-end: 4;
} }
} }
.iconize-modal.prompt-results .suggestion-item { .iconize-modal.prompt-results .suggestion-item {
cursor: pointer; cursor: pointer;
white-space: pre-wrap; white-space: pre-wrap;
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
align-items: center; align-items: center;
flex-direction: column-reverse; flex-direction: column-reverse;
text-align: center; text-align: center;
font-size: 13px; font-size: 13px;
color: var(--text-muted); color: var(--text-muted);
padding: 16px 8px; padding: 16px 8px;
line-break: auto; line-break: auto;
word-break: break-word; word-break: break-word;
line-height: 1.3; line-height: 1.3;
} }
.iconize-modal.prompt-results .iconize-modal.prompt-results
.suggestion-item.suggestion-item__center { .suggestion-item.suggestion-item__center {
justify-content: center; justify-content: center;
} }
.iconize-icon-preview { .iconize-icon-preview {
font-size: 22px; font-size: 22px;
} }
.iconize-icon-preview img { .iconize-icon-preview img {
width: 16px; width: 16px;
height: 16px; height: 16px;
} }
.iconize-icon-preview svg { .iconize-icon-preview svg {
width: 24px; width: 24px;
height: 24px; height: 24px;
color: currentColor; color: currentColor;
margin-bottom: 4px; margin-bottom: 4px;
} }
.iconize-dragover { .iconize-dragover {
position: relative; position: relative;
} }
.iconize-dragover-el { .iconize-dragover-el {
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 100%; height: 100%;
color: var(--text-normal); color: var(--text-normal);
background-color: var(--background-secondary-alt); background-color: var(--background-secondary-alt);
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
/* Custom rule modal. */ /* Custom rule modal. */
.iconize-custom-modal .modal-content { .iconize-custom-modal .modal-content {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
.iconize-custom-modal .modal-content input { .iconize-custom-modal .modal-content input {
width: 100%; width: 100%;
margin-right: 0.5rem; margin-right: 0.5rem;
} }

1126
.obsidian/plugins/obsidian-style-settings/main.js vendored Normal file → Executable file

File diff suppressed because it is too large Load Diff

3896
.obsidian/plugins/quick-latex/main.js vendored Normal file → Executable file

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +1,10 @@
{ {
"id": "quick-latex", "id": "quick-latex",
"name": "Quick Latex", "name": "Quick Latex",
"version": "2.6.5", "version": "2.6.5",
"minAppVersion": "0.9.12", "minAppVersion": "0.9.12",
"description": "Speedup latex math typing with auto fraction, custom shorthand, align block shortcut, matrix shortcut...etc", "description": "Speedup latex math typing with auto fraction, custom shorthand, align block shortcut, matrix shortcut...etc",
"author": "joeyuping", "author": "joeyuping",
"authorUrl": "https://github.com/joeyuping/quick_latex_obsidian", "authorUrl": "https://github.com/joeyuping/quick_latex_obsidian",
"isDesktopOnly": false "isDesktopOnly": false
} }

View File

@ -1,13 +1,13 @@
.text-snippets-class > * > textarea{ .text-snippets-class > * > textarea{
width:40em; width:40em;
height: 100%; height: 100%;
} }
.text-snippets-class > * { .text-snippets-class > * {
height: 100%; height: 100%;
width: 60em; width: 60em;
} }
.text-snippets-class { .text-snippets-class {
height: 70%; height: 70%;
} }

0
.obsidian/plugins/symbols-prettifier/main.js vendored Normal file → Executable file
View File

11388
.obsidian/plugins/table-editor-obsidian/main.js vendored Normal file → Executable file

File diff suppressed because it is too large Load Diff

View File

@ -1,14 +1,14 @@
{ {
"main": { "main": {
"id": "ee5d534d22980344", "id": "f01e8bbaef56b69c",
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "7c1eca489be03564", "id": "091fed62dea5b5b6",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{ {
"id": "54139872f1da29d8", "id": "665aadb0f77f27a9",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "markdown",
@ -25,15 +25,15 @@
"direction": "vertical" "direction": "vertical"
}, },
"left": { "left": {
"id": "fc1e8907017830f9", "id": "6c171c52cbcad916",
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "9a60d4d5152c3311", "id": "9bf43a9e69ff5a08",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{ {
"id": "9341cdda69dbca7f", "id": "3116c3bbc239bf7f",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "file-explorer", "type": "file-explorer",
@ -43,7 +43,7 @@
} }
}, },
{ {
"id": "54f47b860bc7ee13", "id": "d67058f2a09b939c",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "search", "type": "search",
@ -58,7 +58,7 @@
} }
}, },
{ {
"id": "5550d38f8d962665", "id": "544aa7940fd3e388",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "bookmarks", "type": "bookmarks",
@ -72,15 +72,15 @@
"width": 300 "width": 300
}, },
"right": { "right": {
"id": "769dc607ac2c8f47", "id": "25e5c9e758529eb3",
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "bbb36cfce0e5c758", "id": "abd4cf6c3399eb83",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{ {
"id": "d5de186f06e30619", "id": "7c7b4269a3822839",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "backlink", "type": "backlink",
@ -97,7 +97,7 @@
} }
}, },
{ {
"id": "1d0811a4b45529b8", "id": "c6710a85cac8a363",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
@ -109,7 +109,7 @@
} }
}, },
{ {
"id": "1255c61dedfd1e84", "id": "8987aa2f755b642e",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "tag", "type": "tag",
@ -120,7 +120,7 @@
} }
}, },
{ {
"id": "0eb472a8f25f460b", "id": "549b4760b2a97f41",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "outline", "type": "outline",
@ -133,8 +133,7 @@
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 300, "width": 300
"collapsed": true
}, },
"left-ribbon": { "left-ribbon": {
"hiddenItems": { "hiddenItems": {
@ -148,9 +147,8 @@
"obsidian-excalidraw-plugin:Create new drawing": false "obsidian-excalidraw-plugin:Create new drawing": false
} }
}, },
"active": "54139872f1da29d8", "active": "665aadb0f77f27a9",
"lastOpenFiles": [ "lastOpenFiles": [
"10.12 Chemie/! Chemie.md",
"README.md" "README.md"
] ]
} }

View File

@ -0,0 +1,156 @@
{
"main": {
"id": "ee5d534d22980344",
"type": "split",
"children": [
{
"id": "7c1eca489be03564",
"type": "tabs",
"children": [
{
"id": "54139872f1da29d8",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "README.md",
"mode": "source",
"source": false
}
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "fc1e8907017830f9",
"type": "split",
"children": [
{
"id": "9a60d4d5152c3311",
"type": "tabs",
"children": [
{
"id": "9341cdda69dbca7f",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "54f47b860bc7ee13",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "5550d38f8d962665",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "769dc607ac2c8f47",
"type": "split",
"children": [
{
"id": "bbb36cfce0e5c758",
"type": "tabs",
"children": [
{
"id": "d5de186f06e30619",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "README.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "1d0811a4b45529b8",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "README.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "1255c61dedfd1e84",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "0eb472a8f25f460b",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "README.md"
}
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false,
"table-editor-obsidian:Advanced Tables Toolbar": false,
"obsidian-excalidraw-plugin:Create new drawing": false
}
},
"active": "54139872f1da29d8",
"lastOpenFiles": [
"10.12 Chemie/! Chemie.md",
"README.md"
]
}

View File

@ -0,0 +1,156 @@
{
"main": {
"id": "ee5d534d22980344",
"type": "split",
"children": [
{
"id": "7c1eca489be03564",
"type": "tabs",
"children": [
{
"id": "54139872f1da29d8",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "README.md",
"mode": "source",
"source": false
}
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "fc1e8907017830f9",
"type": "split",
"children": [
{
"id": "9a60d4d5152c3311",
"type": "tabs",
"children": [
{
"id": "9341cdda69dbca7f",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "54f47b860bc7ee13",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "5550d38f8d962665",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "769dc607ac2c8f47",
"type": "split",
"children": [
{
"id": "bbb36cfce0e5c758",
"type": "tabs",
"children": [
{
"id": "d5de186f06e30619",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "README.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "1d0811a4b45529b8",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "README.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "1255c61dedfd1e84",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "0eb472a8f25f460b",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "README.md"
}
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false,
"table-editor-obsidian:Advanced Tables Toolbar": false,
"obsidian-excalidraw-plugin:Create new drawing": false
}
},
"active": "54139872f1da29d8",
"lastOpenFiles": [
"10.12 Chemie/! Chemie.md",
"README.md"
]
}