First commit

This commit is contained in:
2026-07-29 23:52:21 -04:00
commit 361bde2621
3483 changed files with 23441 additions and 0 deletions

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

@@ -0,0 +1,24 @@
{
"promptDelete": false,
"focusNewTab": true,
"defaultViewMode": "preview",
"livePreview": false,
"readableLineLength": false,
"strictLineBreaks": true,
"propertiesInDocument": "hidden",
"showLineNumber": true,
"autoPairMarkdown": false,
"useTab": false,
"vimMode": true,
"newFileLocation": "folder",
"newFileFolderPath": "00 INBOX",
"attachmentFolderPath": "99 meta/attachments",
"alwaysUpdateLinks": true,
"showUnsupportedFiles": true,
"trashOption": "none",
"userIgnoreFilters": [
"99 meta/templates/"
],
"uriCallbacks": true,
"showInlineTitle": false
}