obsidian-markdown

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

9|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/gwenwindflower/dotfiles --skill obsidian-markdown-gwenwindflower
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/gwenwindflower/dotfiles/tree/main/dot_agents/exact_skills/obsidian-markdown
Command: npx skills add https://github.com/gwenwindflower/dotfiles --skill obsidian-markdown-gwenwindflower

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Obsidian-flavored Markdown adds many vault-specific features (wikilinks, embeds, callouts, and properties) that go beyond standard Markdown, making consistent authoring and rendering in Obsidian cumbersome without guidance.

Core Features & Use Cases

  • Obsidian-specific formatting: wikilinks, embeds, callouts, and block references.
  • Frontmatter-driven properties: tags, aliases, and CSS classes to support search and organization.
  • Cross-note linking and embedding: inline or embedded content across notes for cohesive vault documentation.
  • Use Case: When organizing a vault, authoring new notes, or updating related notes, apply Obsidian syntax to ensure consistent rendering and navigation.

Quick Start

Add a frontmatter block with title and tags, then write content using Obsidian-specific syntax to ensure proper rendering.

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 wikilinks and embeds in my markdown notes?▼

Applying frontmatter-driven properties in Obsidian requires adding a YAML block with tags, aliases, and CSS classes. This supports vault search, organization, and consistent note rendering.

What is the best way to format Obsidian callouts and block references?▼

Formatting Obsidian callouts and block references involves using Obsidian-specific markdown syntax. This guarantees that block references and callout blocks render correctly in your vault documentation.

Does standard markdown support Obsidian properties and wikilinks?▼

Standard markdown does not support Obsidian properties and wikilinks natively. You need Obsidian-flavored markdown to enforce frontmatter-driven properties and ensure vault-specific features render correctly.

How do I organize my Obsidian vault using tags and cross-note linking?▼

Organizing an Obsidian vault with tags and cross-note linking requires frontmatter properties and wikilinks. This creates cohesive vault documentation and ensures consistent navigation across related notes.

Why does my embedded content not render correctly in Obsidian markdown?▼

Embedded content not rendering correctly in Obsidian markdown usually indicates incorrect Obsidian syntax. Enforcing proper embed syntax and frontmatter-driven properties ensures notes render correctly in the vault.