Compare

Quick capture for Obsidian on Mac: 5 ways compared

Obsidian still has no built-in quick-capture hotkey on the desktop. Here are the five real ways people solve it — including the free ones, honestly compared.

Capture QuickAdd URI + Shortcuts Drafts Raycast / Alfred
Price $7.99 once Free Free $19.99/yr for Pro Raycast free · Alfred £34
Capture from any app Yes — global ⌥C No — Obsidian must be focused Yes — via assigned hotkey Yes — ⇧⌘2 while Drafts runs Yes — launcher hotkey
Works with Obsidian closed Yes — writes files directly No Launches Obsidian Yes — lands in Drafts inbox first Mixed — file write yes, daily-note append launches Obsidian
Tags at capture time Yes — with vault autocomplete Via format strings No Drafts tags, not vault tags Raycast Create Note only
Choose destination per capture Yes — file or heading Per pre-built choice No — fixed per shortcut No — inbox, file later Varies by command
Grabs page URL + highlighted text Yes — automatic No No No Smart Capture extension only
Setup Install, pick vault, done Plugin + per-choice config Build a Shortcut, URL-encode, bind a key Install app + directory action + folder bookmark Extension + Advanced URI plugin (+ more for Alfred)
Beyond the Mac Mac only Wherever Obsidian runs iPhone/iPad too iPhone, iPad, Watch Mac only

1. QuickAdd — the free plugin, if you live inside Obsidian

Free · community plugin · 1.8M+ downloads

QuickAdd is the most popular capture plugin for a reason. Its "capture choices" append text to a target file — your inbox, a daily note with a templated filename, even under a specific heading — and each choice gets its own in-app hotkey. It's free, open source, and actively maintained.

The structural limit: QuickAdd lives inside Obsidian. Its hotkeys only fire while Obsidian is open and focused. If the thought arrives while you're in Safari, Slack, or your editor, you have to switch to Obsidian first — which is the exact context switch quick capture is supposed to remove.

Pick QuickAdd if Obsidian is already your frontmost app most of the day. It's free and genuinely good. If your thoughts arrive while you're everywhere else, keep reading.

2. Obsidian URI + Apple Shortcuts — free, fiddly, DIY

Free · built into Obsidian + macOS

Obsidian ships a URI scheme: an obsidian://new link with an append parameter can add text to a note, and obsidian://daily targets today's daily note (with the Daily Notes plugin enabled). Wrap that in an Apple Shortcut — ask for text, URL-encode it, open the URL — bind a keyboard shortcut, and you've built your own capture hotkey for free. The Advanced URI plugin adds finer control like heading-level targeting.

Two catches. First, the assembly: a working shortcut is half a dozen actions, and URL-encoding, vault-name matching, and plugin dependencies are exactly as fun as they sound. Second, the URI hands your text to the Obsidian app itself — if Obsidian isn't running, macOS launches it to receive the note. Your "two-second capture" can become an app launch.

Pick URI + Shortcuts if you enjoy building your own tools and want the same trick on iPhone and iPad, where Shortcuts also runs. Budget an afternoon, not two minutes.

3. Drafts — great inbox, indirect route to your vault

Free tier · Pro $19.99/year · Mac, iPhone, iPad, Watch

Drafts is a polished, mature capture app with a real global capture window on the Mac (⇧⌘2 by default, while Drafts is running in the background) — and a personal favorite: I've been a paying subscriber for years. But Drafts captures into Drafts — its own inbox, in its own library. Getting text into your Obsidian vault means running an action (like the directory's "Save in Obsidian Vault") per note, after granting a folder bookmark to your vault. Running pre-made actions is free; customizing them — your subfolder, filename template, front matter — requires Pro at $19.99/year. And because Drafts doesn't read your vault, there's no live destination picking or Obsidian tag auto-suggestion at capture time.

That two-step model (capture to inbox, file to vault later) is a feature if you want a processing buffer, and friction if you just want the thought to land in Obsidian and be done.

Pick Drafts if you need capture on iPhone and Apple Watch — nothing Mac-only competes there, and it's a wonderful app worth trying regardless. Full head-to-head: Capture vs. Drafts.

4. Raycast or Alfred — good appends, if you're already a launcher person

Raycast extensions free · Alfred needs Powerpack (£34)

The Raycast Obsidian extension is free and surprisingly capable: Create Note writes Markdown straight to your vault folder (works with Obsidian closed, includes a tag picker), and Append to Daily Note works via the Advanced URI plugin. A separate extension, Obsidian Smart Capture, even grabs the active browser tab's URL and your highlighted text. On the Alfred side, workflows like Shimmering Obsidian add a scratchpad append — but Alfred workflows need the paid Powerpack (£34, one-time), and that workflow wants two community plugins configured per vault.

The trade-off is that capture is a sideline for a launcher. You assemble the pieces — extension, plugins, per-command configuration — and the capture UX is a launcher text field: no persistent window, destination and tags depending on which command you used, and the browser-context trick lives in a separate extension with no tag support.

Pick a launcher workflow if Raycast or Alfred is already muscle memory and your capture needs are simple appends. It's the best free option for capturing outside Obsidian.

5. Capture — the dedicated tool

$7.99 once · 7-day free trial · native Swift, 8 MB

Capture is the option built for exactly one job. Press ⌥C anywhere on your Mac and a small window floats over whatever you're doing. Type, tag (with autocomplete from your vault), pick a destination file or heading if the default inbox isn't right, hit return. The note is appended to the Markdown file on disk — Obsidian doesn't need to be running, launching, or involved at all. If you had text highlighted, Capture grabs it along with the page title and URL, so quotes arrive with their source attached.

The honest limits: it's Mac-only (macOS 13+), and it's not free — $7.99 once, with a 7-day trial and a 14-day refund policy. It also works with any folder of Markdown files, so it isn't even Obsidian-exclusive.

Pick Capture if you want zero-setup, system-wide capture with tags, routing, and source context — and you'd rather pay the price of a sandwich once than assemble plugins.

Honest advice: when you don't need Capture

What's left is the everyday case: thoughts that arrive mid-task, in any app, that you want filed into your vault — tagged, routed, with context — without breaking stride. That's the case Capture was built for.

Common questions

Does Obsidian have a built-in quick capture hotkey on Mac?

No. As of Obsidian 1.13 (June 2026), desktop Obsidian has no system-wide quick-capture hotkey — its hotkeys only work while the app is focused. Mobile got a much better share sheet in 1.13, but on the Mac you still need a plugin, a Shortcuts workflow, a launcher extension, or a dedicated capture app.

What's the fastest way to capture if Obsidian isn't running?

Tools that write directly to the Markdown files on disk — Capture, or Raycast's Create Note command — work whether or not Obsidian is running, because an Obsidian vault is just a folder of plain-text files. URI-based approaches (Apple Shortcuts, Raycast's daily-note append, Alfred workflows) hand the text to the Obsidian app itself, launching it if it's closed.

Is the QuickAdd plugin really free?

Yes — QuickAdd is free, open source (MIT), actively maintained, and has over 1.8 million downloads. Its one structural limit is that it lives inside Obsidian: capture hotkeys only fire while Obsidian is open and focused, so it can't grab a thought while you're in another app.

What about the official Obsidian Web Clipper?

The official Web Clipper (free, for Chrome, Safari, Firefox, Edge and others) is excellent at what it's for: clipping web pages, selections, and highlights from your browser. It isn't a thought-capture tool — it only starts from a web page in a browser, not from a system-wide hotkey in any app.

Do any of these work without Obsidian installed at all?

Capture and Raycast's Create Note write plain Markdown files to a folder, so they work with any Markdown setup — no Obsidian required. QuickAdd runs inside Obsidian by definition, and the URI/Shortcuts and Alfred approaches depend on the Obsidian app and, in most setups, the Advanced URI community plugin.

Try the two-second version.

Capture, free for 7 days. No credit card, no setup beyond picking your vault folder.

Download for macOS — free for 7 days

macOS 13+ · $7.99 once after trial · signed and notarized