Need AI Training/Help?CloudYeti.io/meet
MarkdownMe
Leaving Notion guide

How to Move From Notion to Logseq

Logseq has no official Notion importer. Export Markdown, clean the names and links, and add the files to your graph.

Direct answer

Logseq has no official Notion importer. Export your pages as Markdown & CSV, then clean the zip in the Notion to Markdown tool's Clean export (.zip) mode. Turn on [[wiki links]] if you want links in double-bracket style. Copy the cleaned files into your Logseq graph folder. Community scripts such as Notion2Logseq also work from the export zip.

Open the Notion export cleaner

When to use this

  • You want your Notion notes in Logseq as local Markdown files.
  • You looked for a Notion import button in Logseq and did not find one.
  • You want to try an open-source app before you commit to it.

Steps

  1. In Notion, open the ••• menu at the top right of the page and pick Export. For the whole workspace, go to Settings, then General under Workspace, then Export all workspace content.
  2. Choose Markdown & CSV and turn on Include subpages.
  3. Upload the zip to Clean export (.zip) in the Notion to Markdown tool. Turn on [[wiki links]] if you want double-bracket links.
  4. Copy the cleaned .md files into your Logseq graph folder.
  5. Open a few pages and check links, images, and any database tables.

Example

Before
Reading list 7e9a1c3e5a7c9e1a3c5e7a9c1e3a5c7e.md

From [Book club](Book%20club%209a1c3e5a7c9e1a3c5e7a9c1e3a5c7e9a.md)
After
Reading list.md

From [[Book club]]

Common mistakes

  • Logseq's README says its new database version is in beta and that data loss remains possible. Keep your original export zip as a backup.
  • Callouts export as raw HTML. Rewrite them as plain text if they look wrong.
  • Community scripts are not maintained by Logseq. Test one on a small export first.

Tools for this job

FAQ

Does Logseq have an official Notion importer?
No. You bring a Markdown export yourself, or use a community script such as Notion2Logseq.
Is Logseq open source?
Yes. Logseq is licensed AGPL-3.0.
What happens to my Notion databases?
The cleaner adds a Markdown page with a table for each database. Views, formulas, and relations do not carry over.

Sources

Checked September 2026.

More guides for leaving Notion

Remove the Random Characters From Notion Export File Names

Why every file in a Notion export ends in a 32-character ID, and how to strip the IDs without breaking the links between pages.

How to Move From Notion to Obsidian

Use Obsidian's Importer plugin with a Notion API token or an HTML export. Clean a Markdown export here only as the fallback.

Turn a Notion Database CSV Into a Markdown Table

A Notion database exports as CSV plus one Markdown file per row. Here is how to get a readable Markdown table out of it.

Move Notion Pages to GitHub as Markdown

Export Notion as Markdown, strip the page IDs, fix the links, and commit the folder to a GitHub repository.

How to Move a Notion Page to Google Docs

Export the page as Markdown, clean it, and paste it into Google Docs as rich text with headings, lists, links, and tables intact.

How to Move From Notion to Confluence

Use Confluence's official Notion importer for a whole workspace, or the Markdown route for a few pages. What each keeps and drops.

Turn Your Notion Notes Into a Folder Claude Code Can Read

Export Notion as Markdown, clean the names, and add a short CLAUDE.md so Claude Code can find and use your notes.

Open-Source Notion Alternatives That Import Your Pages

AppFlowy, AFFiNE, Logseq, and Joplin compared by license and by which Notion export each one imports. Plus where Anytype and Obsidian fit.

Notion Export Not Working? Fixes for Common Errors

Fixes for Notion exports that hang, arrive as nested Part zips, expire, fail on Windows, or come back without attachments.