obsidian-markdown

Create and edit Obsidian-flavored Markdown notes with wikilinks, embeds, and callouts.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/ThuHuynh1438/pm-kit --skill obsidian-markdown-thuhuynh1438
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/ThuHuynh1438/pm-kit/tree/main/.claude/skills/obsidian-markdown
Command: npx skills add https://github.com/ThuHuynh1438/pm-kit --skill obsidian-markdown-thuhuynh1438

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Obsidian-markdown helps you create and edit Obsidian Flavored Markdown notes with wikilinks, embeds, callouts, properties, and Obsidian-specific syntax. It ensures notes in Obsidian vaults maintain consistent formatting and syntax across notes.

Core Features & Use Cases

  • Wikilinks and internal linking for Obsidian vaults
  • Embeds and dynamic content integration
  • Callouts, properties, tags, and Obsidian-specific extensions
  • Use Case: Create a project note with frontmatter, links to related notes, and embedded references

Quick Start

Create a new Obsidian note with wikilinks, embeds, callouts, and a frontmatter block.

Frequently Asked Questions about obsidian-markdown

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

FAQPage Schema
How do I create Obsidian markdown notes with wikilinks and frontmatter?

To create Obsidian markdown notes with wikilinks and frontmatter, you apply Obsidian-flavored syntax to your text, wrapping internal links in double brackets and placing YAML metadata at the top of the file for consistent vault formatting.

What is the best way to format callouts and embeds in Obsidian markdown?

Formatting callouts and embeds in Obsidian markdown requires using specific blockquote syntax for callouts and exclamation-prefixed wikilinks for embeds, allowing you to integrate dynamic content and alerts seamlessly within your vault notes.

Does this approach to Obsidian markdown support standard YAML frontmatter properties?

Yes, this approach to Obsidian markdown supports standard YAML frontmatter properties, allowing you to define metadata, tags, and properties at the beginning of your notes to maintain structured data across your entire vault.

Can I use Obsidian wikilinks to embed content from other notes in my vault?

You can use Obsidian wikilinks to embed content from other notes by adding an exclamation mark before the link, dynamically integrating referenced blocks or entire notes directly into your current document.

Why should I use Obsidian-flavored markdown instead of standard markdown for my notes?

Obsidian-flavored markdown extends standard markdown with wikilinks, callouts, and embeds, enabling robust internal linking and dynamic content integration that standard markdown cannot natively support within your vault.

What are the limitations when using Obsidian-specific syntax like wikilinks outside of Obsidian?

Using Obsidian-specific syntax like wikilinks and callouts outside of Obsidian presents compatibility limitations, as other markdown parsers may not recognize the custom formatting and will render them as plain text or broken links.