Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/docs/Misc/AHK_OpenQuickAddFromDesktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<YOUR_VAULT_NAME>&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?..."`.