diff --git a/docs/docs/Misc/AHK_OpenQuickAddFromDesktop.md b/docs/docs/Misc/AHK_OpenQuickAddFromDesktop.md index 95458fe2..4f622355 100644 --- a/docs/docs/Misc/AHK_OpenQuickAddFromDesktop.md +++ b/docs/docs/Misc/AHK_OpenQuickAddFromDesktop.md @@ -51,3 +51,15 @@ It uses the same hotkey to activate as above (`CTRL+SHIFT+ALT+G`). If you wish t - `+` means `Shift` So, you can replace the `!^+g` with any hotkey of your choosing. + +#### macOS + +You can trigger QuickAdd via the Advanced URI using any launcher or automation tool you prefer: + +- Open URL: `obsidian://advanced-uri?vault=&commandname=QuickAdd: Run QuickAdd` + +Examples: +- macOS Shortcuts: add an “Open URLs” action with the URI; assign a keyboard shortcut. +- Alfred: create a workflow that opens the URI. +- Raycast: optional — create a Quicklink with the URI. +- Keyboard Maestro or Hammerspoon: bind a hotkey that runs `open "obsidian://advanced-uri?..."`.