IMPORT FROM OBSIDIAN

Import from Obsidian

Drop your Obsidian vault into Raccoon Page and it lands as a folder-mirrored space. Wikilinks resolved, frontmatter respected, attachments preserved. Available on Free.

~5-minute migration
Folder of interconnected markdown documents resolving cleanly into a wiki tree, illustrating Obsidian vault import

TL;DR. Zip your vault folder. Drop it in the import wizard. Folders become page hierarchy. [[Wikilinks]] resolve. ![[image.png]] embeds preserve. Frontmatter passes through. The Obsidian importer is the one we recommend if your wiki is any markdown collection, Obsidian or not — see the markdown page for details.

What we import

Obsidian conceptWhat it becomes in Raccoon Page
Vault folderSpace
Sub-foldersPage hierarchy (folders → parent pages)
.md filePage
YAML frontmatterPage metadata + tags
[[Wikilink]]Internal page link
[[Page#Heading]]Anchor link to the heading
![[image.png]]Embedded image attachment
Code fencesFenced code blocks
Callout syntax (> [!note])Native callouts
Tags (#tag)Tags

What we don’t import (yet)

  • Plugin-only block types. Dataview queries, Tasks plugin syntax, Excalidraw drawings — these are markdown that means something only inside Obsidian. We render the source verbatim and leave a note on the page.
  • Canvas files. Obsidian’s .canvas JSON has no equivalent in Raccoon Page. We import the file as an attachment, no preview.
  • Workspace state (open tabs, sidebar pins, theme settings). We import content, not preferences.

The step-by-step

  1. In your file manager, zip your vault folder. (Or skip the zip — the wizard accepts an extracted folder upload too.)
  2. Sign up for Raccoon Page. The Obsidian importer works on the Free tier; no upgrade needed for a single vault.
  3. Drop the zip (or folder) in the import wizard. It identifies the vault by .obsidian/ presence — but a plain markdown folder works the same way.
  4. Review the import. Wikilinks should be blue; images should render inline; tags should appear in the side panel.

Honest answers

Do I need to install Obsidian first? No. The “Obsidian importer” is a misnomer — it’s a markdown-vault importer that happens to handle the Obsidian conventions when it sees them. Any folder of markdown files works.

What about my plugins? We don’t run plugins. Their output, if it was already inlined as markdown, comes through fine. Their reactive features (Dataview, Tasks queries) become static text.

Is this on Free? Yes. The Obsidian path is the only importer that runs on the Free tier — partly because it’s the simplest pipeline, partly because Obsidian users are most often a single person migrating a personal wiki.

Can I keep using Obsidian on the side? Yes. Raccoon Page exports back to the same vault format. The shape that goes in is the shape that comes out. See the per-space zip export for the round-trip path.

Coming from somewhere else