IMPORT FROM NOTION
Import from Notion
Move a Notion workspace into Raccoon Page. Markdown export plus the CSV sidecar both land in one drop. Page tree, blocks, callouts, and database tables preserved.
TL;DR. Export your Notion workspace as Markdown + CSV, zip it, sign up, drop the zip in the import wizard. The page tree mirrors what you had in Notion. Toggle blocks become collapsible sections, callouts become native callouts, database CSVs become tables.
What we import
| Notion concept | What it becomes in Raccoon Page |
|---|---|
| Workspace pages | Pages |
| Page hierarchy | Page hierarchy |
| Markdown body | TipTap document |
| Attachments and embedded files | Page attachments |
| Database CSV exports | Tables on the parent page |
| Callout blocks | Native callouts |
| Toggle blocks | Collapsible sections |
| Code blocks | Fenced code blocks |
Internal notion.so/... links | Rewritten to new page IDs |
What we don’t import (yet)
- Live database queries and filters. A Notion database is a query over its rows; the export is a snapshot CSV. We import the snapshot. Re-create filters in Raccoon Page after.
- Linked databases. Same root cause as above.
- Notion AI summaries baked into pages. They show up as static text — which is fine, since that’s what they were.
- Synced blocks. They land twice (once per appearance) and stop syncing on import.
The step-by-step
- In Notion, go to Settings → Workspace → Export all workspace content. Pick Markdown & CSV with subpages and folders included. Notion emails you a download link.
- Download and zip the export folder if Notion didn’t already.
- Sign up for Raccoon Page Team. Create a space.
- Drop the zip in the import wizard. It detects the
Markdown & CSVshape, builds the page tree, and queues the job. - Review the import. CSVs land as tables on their parent page; page links resolve to new IDs.
Honest answers
Will my Notion URLs still work? Notion URLs keep pointing at Notion. We don’t rewrite anything upstream. Internal links in your imported content resolve to Raccoon Page page IDs.
What about pages that were “not exported” in Notion? If a page was excluded by Notion’s export (e.g. a guest’s private page), we never see it. Our import only knows about what’s in the zip.
Toggle inside callout inside toggle — does that survive? Yes. Nested blocks land as nested blocks. The depth limit is whatever Notion’s export emits.
Can I roll back? Yes. Delete the imported space. The original Notion workspace is untouched.
Coming from somewhere else
- Import from Confluence — HTML / XML space export, macros translated.
- Import from Obsidian — vault folder, available on Free.
- Import a single markdown page — one
.mdfile becomes one wiki page.