Initial commit

This commit is contained in:
2026-03-02 17:06:32 +00:00
commit 430dd71917
1190 changed files with 622790 additions and 0 deletions

32
.obsidian/app.json vendored Normal file
View File

@@ -0,0 +1,32 @@
{
"alwaysUpdateLinks": true,
"newFileLocation": "folder",
"newFileFolderPath": "_Inbox",
"attachmentFolderPath": "Attachments",
"promptDelete": false,
"showUnsupportedFiles": true,
"mobileToolbarCommands": [
"command-palette:open",
"editor:undo",
"editor:redo",
"editor:insert-wikilink",
"editor:insert-embed",
"editor:insert-tag",
"editor:attach-file",
"editor:set-heading",
"editor:toggle-bold",
"editor:toggle-italics",
"editor:toggle-strikethrough",
"editor:toggle-highlight",
"editor:toggle-code",
"editor:toggle-blockquote",
"editor:insert-link",
"editor:toggle-bullet-list",
"editor:toggle-numbered-list",
"editor:toggle-checklist-status",
"editor:indent-list",
"editor:unindent-list",
"editor:configure-toolbar"
],
"trashOption": "local"
}