Back to Blog

Capture Into Your Obsidian Vault From Any App (No Plugin)

August 18, 2026by TypeFire
obsidian quick capturecapture to obsidianobsidian quickadd alternativequick note capture macobsidian without opening

Obsidian is the best tool most people have ever used for thinking, and it is genuinely bad at the moment a thought arrives.

That is not a controversial claim in the community. The standard advice for serious capture is a plugin chain: QuickAdd for the prompt, Templater for the structure, and often a launcher script on top. Each piece works. Together they are a thing you maintain.

Capture Into Your Obsidian Vault From Any App (No Plugin)

What people actually do about it

Here is the pattern worth noticing, because it explains why this problem never gets solved:

People do not downgrade to a worse thinking tool. They keep Obsidian on the desktop and route capture to Apple Notes or a dedicated capture app, and then never reconcile the two.

Almost nobody leaves Obsidian over capture. They keep it, add a second app, and quietly accept a split brain. The second inbox fills up. Some of it gets moved across. Most of it does not.

The cost is not the friction of capture. It is the reconciliation you keep postponing.

Why a vault makes this fixable

An Obsidian vault is a folder of markdown files. There is no database, no API to negotiate with, and no lock. Anything that can write a .md file into that folder has added a note to your vault, and Obsidian will index it the next time it looks.

That means the capture tool does not need to be Obsidian, or a plugin inside Obsidian. It needs to be fast, and it needs to write to the same folder.

The approach that removes the second inbox

Point a capture tool at the vault you already have, and give it a global hotkey. That is the whole design.

With TypeFire the shape is:

  • ⌃⌘⇧N opens a small capture window on top of whatever you are doing.
  • You type. You save. You are back in the app you were in.
  • The note is a .md file in your vault, indistinguishable from one you wrote in Obsidian.
  • ⌃⌘⇧D opens today's daily note instead, using the date convention your vault already uses rather than imposing a new one.

Obsidian never opens. There is no second inbox, because there is no second place for anything to land.

What this does not solve

Phone capture. Most thoughts arrive away from a desk, and a Mac app cannot help you there. Obsidian's mobile apps or Apple Notes still own that.

Template-driven capture. If your capture runs a template with prompts, computed dates and filled fields, QuickAdd and Templater do things a plain text box does not. This approach is deliberately a fast box.

The test that matters

Before you point anything at a vault you care about, ask what it does to files it did not create. A capture tool should add files and leave everything else byte-identical.

That is a checkable property, not a promise. Copy your vault, run the tool against the copy, and checksum both. If the numbers match, the tool is safe to point at the real thing.

TypeFire's notes vault was built against that test: a 10,012 file vault with CRLF line endings, byte order marks, unicode filenames, plugin frontmatter and a 60,000 word note, opened with zero files modified, verified by sha256 before and after.

Capture is a small feature. Not having two inboxes is not.

Store and manage your snippets with TypeFire

Free text expander for Mac. Type abbreviations, they expand instantly in any app.

Download Free for macOS