This commit is contained in:
Oscar Plaisant
2024-03-28 23:40:47 +01:00
parent bcca52f387
commit 8100d33567
3475 changed files with 1433 additions and 69 deletions

View File

@@ -1,46 +0,0 @@
{
"hotkeys": [
{
"command": "obsidian-markmind:Create New MindMap",
"chords": [
"C-KeyN",
"Semicolon"
]
},
{
"command": "obsidian-excalidraw-plugin:excalidraw-autocreate-newtab",
"chords": [
"C-KeyN",
"S-KeyE"
]
},
{
"command": "obsidian-excalidraw-plugin:excalidraw-autocreate-and-embed-new-tab",
"chords": [
"C-KeyN",
"KeyE"
]
},
{
"command": "obsidian-excalidraw-plugin:excalidraw-autocreate-and-embed-new-tab",
"chords": [
"C-KeyN",
"C-KeyE"
]
},
{
"command": "breadcrumbs:new-file-with-curr-as-down",
"chords": [
"C-KeyN",
"KeyD"
]
},
{
"command": "breadcrumbs:new-file-with-curr-as-author",
"chords": [
"C-KeyN",
"KeyQ"
]
}
]
}

File diff suppressed because it is too large Load Diff

View File

@@ -1,10 +0,0 @@
{
"id": "obsidian-sequence-hotkeys",
"name": "Sequence Hotkeys",
"version": "0.6.0",
"minAppVersion": "0.12.0",
"description": "This plugin allows you to set hotkeys with key sequences instead of a single chord.",
"author": "Ruan Moolman",
"authorUrl": "https://github.com/moolmanruan",
"isDesktopOnly": false
}