obsidian-markdown

Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, and LaTeX math.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/hviwen/mosaic-photo --skill obsidian-markdown-hviwen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/hviwen/mosaic-photo/tree/main/.claude/skills/obsidian-markdown
Command: npx skills add https://github.com/hviwen/mosaic-photo --skill obsidian-markdown-hviwen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users create and edit content using Obsidian's specific Markdown syntax, ensuring notes are formatted correctly for the Obsidian application.

Core Features & Use Cases

  • Obsidian Syntax Support: Handles wikilinks, embeds, callouts, properties, and other Obsidian-specific Markdown.
  • Comprehensive Formatting: Covers basic text formatting, lists, tables, math (LaTeX), diagrams (Mermaid), and more.
  • Use Case: When writing notes in Obsidian, you need to create internal links between notes using [[wikilinks]] and embed other notes or images using ![[filename]]. This skill guides you on the correct syntax.

Quick Start

Use the obsidian-markdown skill to create a new note with a title, a wikilink to another note, and a callout.

Frequently Asked Questions about obsidian-markdown

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

FAQPage Schema
How do I create wikilinks and embeds in Obsidian Markdown?

Obsidian Markdown uses [[wikilinks]] to create internal links between notes and ![[filename]] syntax to embed other notes or images directly into your current document.

Does Obsidian Flavored Markdown support LaTeX math and Mermaid diagrams?

Yes, Obsidian Markdown supports LaTeX math for equations and Mermaid syntax for diagrams, alongside comprehensive text formatting, lists, and tables for structured note-taking.

What is the best way to format callouts and properties in Obsidian notes?

Formatting callouts and properties in Obsidian notes requires using specific Obsidian Flavored Markdown extensions that structure metadata and highlight content blocks within the note.

How does Obsidian Markdown differ from standard CommonMark or GitHub Flavored Markdown?

Obsidian Markdown builds on CommonMark and GitHub Flavored Markdown by adding specific extensions like wikilinks, embeds, callouts, and properties tailored for the Obsidian note-taking ecosystem.

Can I use standard Markdown syntax for text formatting and tables in Obsidian?

Yes, Obsidian Markdown supports standard CommonMark and GitHub Flavored Markdown syntax for basic text formatting, lists, and tables while integrating Obsidian-specific extensions.

When do I need to use Obsidian-specific Markdown extensions over basic formatting?

Obsidian-specific Markdown extensions are needed when creating internal note connections via wikilinks, embedding external content, or structuring metadata with properties beyond basic text formatting.