u/DJ0x

▲ 1 r/Notion+1 crossposts

https://preview.redd.it/d8sj2x9z6lyg1.png?width=1478&format=png&auto=webp&s=9c6b66d4ce092a828b5020125ce2f274c58e028c

I built a tool to migrate Obsidian vaults to Notion — with images actually working

If you've ever tried importing your Obsidian notes into Notion, you know the pain: the text comes across fine, but every single image just vanishes. Notion's importer doesn't understand Obsidian's ![[wiki-link]] syntax and can't handle local image paths.

I had 267 notes and 2,331 images to migrate. After a lot of trial and error I built Obsidian Notion Bridge — a set of 3 Python scripts that:

  1. Converts Obsidian syntax and imports your notes into Notion

  2. Uploads your images to Google Drive and maps the filenames to URLs

  3. Rewrites each Notion page via the API with proper working image blocks

It has retry logic so it handles Notion's rate limiting, and saves progress so if it gets interrupted you just re-run it.

Free and open source: https://github.com/Gh0stCybersec/obsidian-notion-bridge/tree/main

Hope it saves someone else the hours I spent figuring this out!! :)

Feel free to fork and make improvements - let me know if you do

reddit.com
u/DJ0x — 13 days ago