Using Intabula with Obsidian

Intabula opens an existing Obsidian vault as-is: it reads the same Markdown files, the same YAML frontmatter, and the same [[wikilinks]]. You can run both apps against the same folder at the same time and use each for what it's best at.

What Intabula adds to an Obsidian vault

What stays yours

Intabula's index is a rebuildable cache; the Markdown files remain the source of truth, in Obsidian-compatible form. Nothing about your vault is converted or locked in — stop using Intabula and the vault is exactly the folder it always was.

A note on agent safety

Pointing a general coding agent at an Obsidian vault gives it a shell: it can rename a file and silently break every link to it, or rewrite formatting wholesale. Intabula's agent has no shell — renames rewrite every wikilink atomically under a crash-recovery journal, and every change is logged with a before-and-after diff. See Write safety.