Merge commit 'ecdfa2f7c4' as 'temp-repo'

This commit is contained in:
gribse 2025-10-06 19:14:58 +02:00
commit 2fe0c9a830
1258 changed files with 42112 additions and 0 deletions

92
temp-repo/.obsidian/hotkeys.json.orig vendored Executable file
View file

@ -0,0 +1,92 @@
{
"editor:set-heading-1": [
{
"modifiers": [
"Mod"
],
"key": "1"
}
],
"editor:set-heading-2": [
{
"modifiers": [
"Mod"
],
"key": "2"
}
],
"editor:set-heading-3": [
{
"modifiers": [
"Mod"
],
"key": "3"
}
],
"editor:set-heading-4": [
{
"modifiers": [
"Mod"
],
"key": "4"
}
],
"editor:set-heading-5": [
{
"modifiers": [
"Mod"
],
"key": "5"
}
],
"workspace:goto-tab-1": [],
"workspace:goto-tab-2": [],
"workspace:goto-tab-3": [],
"workspace:goto-tab-4": [],
"workspace:goto-tab-5": [],
"editor:toggle-bullet-list": [
{
"modifiers": [
"Mod"
],
"key": "L"
}
],
"editor:toggle-numbered-list": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "L"
}
],
"editor:toggle-checklist-status": [
{
"modifiers": [
"Mod"
],
"key": "M"
}
],
"editor:toggle-blockquote": [
{
"modifiers": [
"Mod"
],
<<<<<<< HEAD
"key": "\\"
=======
"key": "Key226"
}
],
"editor:insert-codeblock": [
{
"modifiers": [
"Mod"
],
"key": "]"
>>>>>>> origin/main
}
]
}