obsidian-markdown

Organize Obsidian Markdown syntax for wikilinks, embeds, and frontmatter.

4|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/danmestas/wardrobe --skill obsidian-markdown-danmestas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/danmestas/wardrobe/tree/main/skills/obsidian-markdown
Command: npx skills add https://github.com/danmestas/wardrobe --skill obsidian-markdown-danmestas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Obsidian users and knowledge workers need reliable guidance on Obsidian-flavored Markdown syntax to create consistent, linked notes with advanced features such as wikilinks, embeds, callouts, and frontmatter.

Core Features & Use Cases

  • Wikilinks: create internal links with [[Note]] syntax and aliases.
  • Embeds: inline content using ![[Note]] and section embeds.
  • Callouts: rich alert blocks with [!note], [!info], etc.
  • Properties and Tags: frontmatter and in-note tags for organization.
  • Math, Tables, Mermaid: support for math blocks, tables, and diagrams.
  • Use Case: prepare vault documentation with consistent syntax across a team.

Quick Start

Ask me to generate Obsidian-ready Markdown examples for your vault.

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 [[Note]] syntax for wikilinks and ![[Note]] for embeds. You can add aliases to wikilinks and perform section embeds to inline content directly within your vault notes.

What is the syntax for frontmatter and tags in Obsidian notes?

Frontmatter in Obsidian uses YAML properties at the top of your note for organization, while in-note tags can be placed anywhere in the body. This combination allows you to structure vault metadata and categorize notes efficiently.

How do I format callouts and alert blocks in Obsidian?

Obsidian callouts are created using rich alert block syntax with identifiers like [!note] or [!info]. They allow you to format warnings, tips, and notes with distinct visual styling within your Markdown files.

Does Obsidian Markdown support Mermaid diagrams, math blocks, and tables?

Yes, Obsidian Markdown supports rendering math blocks, standard tables, and Mermaid diagrams. The syntax conforms to Obsidian-specific rules for code blocks and footnotes, ensuring complex content displays correctly.

What's the best way to prepare consistent vault documentation across a team?

Using standardized Obsidian Markdown syntax for wikilinks, frontmatter, and callouts ensures consistent vault documentation. Generating Obsidian-ready Markdown examples helps establish a uniform formatting baseline for team collaboration.

Why are my Obsidian wikilinks and embeds not working?

Obsidian wikilinks and embeds fail if the syntax does not conform to Obsidian-specific rules. Ensure you use exact [[Note]] formats for links and ![[Note]] for embeds, verifying that the target notes exist in your vault.