Initial commit

This commit is contained in:
Aleksandr Ebaklakov
2026-04-22 16:58:43 +03:00
commit 011626b8b7
366 changed files with 23244 additions and 0 deletions

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

@@ -0,0 +1,19 @@
{
"userIgnoreFilters": [
"templates/"
],
"showUnsupportedFiles": true,
"propertiesInDocument": "hidden",
"promptDelete": false,
"trashOption": "none",
"attachmentFolderPath": "files",
"alwaysUpdateLinks": true,
"showLineNumber": false,
"pdfExportSettings": {
"includeName": true,
"pageSize": "Letter",
"landscape": false,
"margin": "0",
"downscalePercent": 100
}
}