obsidian-markdown

Formats Markdown into standards-compliant Obsidian files with proper syntax.

8|Updated Jul 26, 2026
One-click install
npx skills add https://github.com/joonlab/joonlab-claudecode-setting-for-share --skill obsidian-markdown-joonlab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/joonlab/joonlab-claudecode-setting-for-share/tree/main/claude/skills/obsidian-markdown
Command: npx skills add https://github.com/joonlab/joonlab-claudecode-setting-for-share --skill obsidian-markdown-joonlab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of maintaining complex, interconnected notes in Obsidian by providing a standardized syntax guide for advanced features like wikilinks, callouts, and properties.

Core Features & Use Cases

  • Obsidian Syntax Mastery: Provides clear guidance on wikilinks, embeds, callouts, and LaTeX math.
  • Structured Data Management: Simplifies the creation of YAML frontmatter properties for better note organization.
  • Use Case: Use this skill when you need to convert standard Markdown notes into Obsidian-ready files with cross-references, task lists, and visual callouts for project management.

Quick Start

Use the obsidian-markdown skill to format my current note with wikilinks and a project status callout.

Frequently Asked Questions about obsidian-markdown

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

FAQPage Schema
How do I add YAML frontmatter properties to Obsidian notes?

YAML frontmatter properties in Obsidian markdown define structured metadata fields at the top of your note file, allowing you to organize project data and standardize note attributes for better retrieval.

What's the best way to convert standard markdown notes into Obsidian format?

Standard markdown files can be converted into Obsidian-ready documents by implementing specific syntax extensions like wikilinks for cross-references and embeds to link internal content blocks.

How do I format task lists and project status callouts in Obsidian?

LaTeX math syntax is supported as an Obsidian markdown extension, allowing you to embed mathematical equations directly within personal knowledge management notes for technical documentation.

Do I need special syntax to embed notes within other notes in Obsidian?

Wikilinks break in standard markdown exports because they require Obsidian-specific syntax extensions that differ from regular markdown linking conventions, necessitating conversion to ensure compatibility.