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

34
.obsidian/hotkeys.json vendored Normal file
View File

@@ -0,0 +1,34 @@
{
"templater-obsidian:create-new-note-from-template": [
{
"modifiers": [
"Alt"
],
"key": "N"
}
],
"templater-obsidian:insert-templater": [
{
"modifiers": [
"Alt"
],
"key": "E"
}
],
"templater-obsidian:replace-in-file-templater": [
{
"modifiers": [
"Alt"
],
"key": "R"
}
],
"shortcuts-extender:shortcut-Vertical-Line": [
{
"modifiers": [
"Alt"
],
"key": "\\"
}
]
}