Overview
Logseq is an open-source, privacy-first knowledge management tool that stores notes as Markdown files in a local graph. Since Logseq already uses Markdown under the hood, migrating to Taskade is straightforward. You export your graph as standard Markdown files and import them directly into your Taskade workspace.
Export a Logseq Graph
Follow the steps below to export your Logseq pages as individual .md files:
- Open Logseq and click ··· (ellipsis) in the top-right corner.
- Choose Export Graph ➡ Export as standard Markdown.
- Unzip the archive to access individual pages in the .md format.

The export creates a ZIP file containing one .md file per page. Journal pages and regular pages are all included in the archive.
Import to Taskade
Navigate to your Workspace/Folder.
Click the arrow next to the ➕ New Project button.
Select Import and drag the .md files from your Logseq graph folder into the Import with AI tab, or click Paste Text & Markdown to paste content directly.

- You can select multiple files at once.
Click Create Project to finish.

Each imported .md file becomes a new Taskade project with your headings, bullet lists, and text formatting preserved.
After Import
Once your Logseq pages are in Taskade, you can organize and enhance them:
- Switch views: Toggle between List, Mind Map, Board, and other views to explore your notes visually.
- Restructure with AI: Use Taskade AI to summarize long pages, extract action items, or reorganize content.
- Build a knowledge base: Upload imported files as agent knowledge so your custom AI agents can reference your Logseq notes.
- Link projects together: Use Taskade's internal links to recreate connections between related pages.
Tips
- Logseq's
[[page references]]and((block references))export as plain text. Use Taskade's internal links to reconnect related content after import. - Journal/daily note pages can be imported into a dedicated folder to keep them separate from your regular notes.
- For very large graphs, import in batches by selecting a subset of .md files at a time.
For more on turning notes into AI workflows, see Custom AI Agents/GPTs.
Logseq → Taskade Field Mapping
| Logseq | Taskade Equivalent |
|---|---|
| Page | Project |
| Block | Task / Sub-task |
[[Page reference]] |
Internal link |
((block ref)) |
Plain text (re-link) |
| Tag (#) | Tag |
| TODO / DOING | Task status |
| Journal day | Calendar entry |
What imports well vs needs cleanup
- Imports cleanly: Bullet hierarchy, headings, TODO markers, plain text, links.
- Needs cleanup:
[[wikilinks]]and((block refs))(re-link), graph backlinks (rebuild via internal links), queries (recreate as agent prompts).
