obsidian-markdown

Generate Obsidian Flavored Markdown with wikilinks, embeds, callouts, and frontmatter properties.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/ToanPV90/dotfiles --skill obsidian-markdown-toanpv90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/ToanPV90/dotfiles/tree/main/agents/.agents/skills/obsidian-markdown
Command: npx skills add https://github.com/ToanPV90/dotfiles --skill obsidian-markdown-toanpv90

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Obsidian users need a reliable way to create Markdown that supports Obsidian-specific syntax such as wikilinks, embeds, callouts, properties, tags, and other enhancements that regular Markdown tools may not handle.

Core Features & Use Cases

  • Wikilinks & block references: Create internal links with [[Note]] syntax, including headings and ^block-id targets.
  • Embeds & rich note insertion: Inline-render notes, sections, images, and PDFs using ![[...]] patterns for vault content.
  • Obsidian callouts & frontmatter properties: Use > [!type] callouts and YAML frontmatter properties (title, tags, aliases, cssclasses, and more) to structure notes for search and styling.

Quick Start

Tell the AI to generate an Obsidian note in Markdown using frontmatter properties, wikilinks, and callouts for your specified topic and relationships.

Frequently Asked Questions about obsidian-markdown

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

FAQPage Schema
How do I generate Obsidian Markdown with wikilinks and callouts?

To generate Obsidian Markdown, draft your notes using [[wikilinks]] for internal references, > [!type] for callouts, and ![[embeds]] to inline-render vault content. This ensures proper knowledge-vault workflows and tag-driven organization.

How do I add YAML frontmatter properties to an Obsidian note?

Add YAML frontmatter properties to structure Obsidian notes by defining blocks with title, tags, aliases, and cssclasses. This enables tag-driven organization and styling for search and knowledge management within your vault.

Can I embed sections and images in Obsidian Markdown?

Yes, you can inline-render notes, sections, images, and PDFs in Obsidian Markdown using the ![[...]] embed syntax. This allows rich note insertion and direct content referencing within your knowledge vault.

What is the best way to create internal links and block references in Obsidian?

The best way to create internal links in Obsidian is using the [[Note]] syntax, which supports headings and ^block-id targets. This establishes precise internal references for drafting and editing connected notes.

Does regular Markdown support Obsidian wikilinks and callouts?

Regular Markdown does not support Obsidian-specific syntax like [[wikilinks]], ![[embeds]], or > [!type] callouts. You need Obsidian Flavored Markdown to properly execute these knowledge-vault workflows and internal references.

When do I need to use Obsidian Flavored Markdown instead of standard Markdown?

You need Obsidian Flavored Markdown when drafting and editing notes that require wikilinks, page embedding, callouts, and YAML frontmatter properties. Standard Markdown cannot handle these specific tag-driven organization and internal reference features.