Initial commit

This commit is contained in:
SeedList
2025-01-13 11:22:31 +08:00
commit 193efe7dc0
1283 changed files with 34546 additions and 0 deletions

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

@ -0,0 +1,29 @@
{
"update-relative-links:update-all-relative-links": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "U"
}
],
"better-export-pdf:export-current-file-to-pdf": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "P"
}
],
"nuke-orphans:nuke-orphaned": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "D"
}
]
}