notion-to-markdown

Convert Notion pages to Obsidian Markdown with LaTeX normalization and image localization.

18|1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/JaimeParker/stable-jarvis --skill notion-to-markdown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notion-to-markdown
Source: https://github.com/JaimeParker/stable-jarvis/tree/main/skills/notion-to-markdown
Command: npx skills add https://github.com/JaimeParker/stable-jarvis --skill notion-to-markdown

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires notion-fetch, stable_jarvis, httpx, and includes scripts (resource) components.

What problem does it solve?

This skill automates the process of converting specific Notion pages into Markdown files compatible with Obsidian, including handling LaTeX and localizing images.

Core Features & Use Cases

  • Direct Page Migration: Fetches live Notion page content via MCP.
  • LaTeX Normalization: Converts Notion's math syntax to standard Markdown.
  • Image Localization: Downloads Notion images and updates links to local assets.
  • Frontmatter Mapping: Transforms Notion properties into YAML frontmatter.
  • Use Case: Migrate a project brief from Notion into your Obsidian vault to integrate it with your local knowledge base, ensuring all formulas and images are correctly preserved.

Quick Start

Use the notion-to-markdown skill to migrate the Notion page with the URL 'https://www.notion.so/your-workspace/Your-Page-Title-abcdef1234567890'.

Frequently Asked Questions about notion-to-markdown

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate Notion pages to Obsidian markdown?

To migrate Notion pages to Obsidian markdown, this skill fetches live content via MCP, converts Notion properties to YAML frontmatter, normalizes LaTeX syntax, and localizes images into local assets. Simply provide the specific Notion page URL or ID for migration.

Does converting Notion to Obsidian preserve LaTeX formulas?

Yes, converting Notion to Obsidian preserves LaTeX formulas through a local normalization process that translates Notion's specific math syntax into standard Markdown LaTeX format, ensuring mathematical expressions remain intact and correctly rendered in your Obsidian vault.

How are images handled when exporting Notion content to Markdown?

When exporting Notion content to Markdown, images are localized by downloading them directly from Notion and updating the image links to point to your local assets, ensuring your Obsidian vault retains all visual content without external dependencies.

Can I map Notion properties to YAML frontmatter in Markdown?

Yes, you can map Notion properties to YAML frontmatter in Markdown. The skill automatically transforms your Notion page properties into standard YAML frontmatter at the top of the generated Markdown file for seamless Obsidian integration.

What is needed to fetch live Notion pages for Markdown conversion?

To fetch live Notion pages for Markdown conversion, you need the notion-fetch dependency to retrieve content via MCP. You must provide the specific Notion page URL or ID so the skill can identify and extract the exact page.

Why are my Notion images missing after migrating to Obsidian?

If Notion images are missing after migrating to Obsidian, it may be due to an interruption in the image localization process. The skill downloads Notion images and updates links to local assets, so ensure network connectivity and valid page permissions during migration.