First Commit

This commit is contained in:
2024-12-02 15:11:30 +01:00
commit 031f6004de
4688 changed files with 441558 additions and 0 deletions

25
.obsidian_iphone/app.json Normal file
View File

@@ -0,0 +1,25 @@
{
"livePreview": false,
"mobileToolbarCommands": [
"editor:insert-wikilink",
"editor:attach-file",
"editor:indent-list",
"editor:unindent-list",
"editor:insert-callout",
"editor:toggle-code",
"editor:toggle-blockquote",
"editor:insert-link",
"editor:toggle-bullet-list",
"editor:toggle-numbered-list",
"editor:toggle-checklist-status",
"editor:insert-tag",
"editor:undo",
"editor:redo",
"editor:configure-toolbar"
],
"promptDelete": false,
"alwaysUpdateLinks": true,
"newFileLocation": "folder",
"attachmentFolderPath": "Attachments",
"newFileFolderPath": "Temporary"
}