obs-obsidian-markdown

Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, and YAML frontmatter.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/EvolutionAPI/evo-nexus --skill obs-obsidian-markdown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obs-obsidian-markdown
Source: https://github.com/EvolutionAPI/evo-nexus/tree/main/.claude/skills/obs-obsidian-markdown
Command: npx skills add https://github.com/EvolutionAPI/evo-nexus --skill obs-obsidian-markdown

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides clear, authoritative instructions for producing and editing Obsidian Flavored Markdown so notes render correctly in Obsidian and use vault-aware features like wikilinks, embeds, callouts, and frontmatter properties.

Core Features & Use Cases

  • Wikilinks & Linking: Use [[Note]] links, heading and block references, and aliases to connect notes across a vault.
  • Embeds & Media: Embed notes, images, PDFs, audio, and specific PDF pages using Obsidian embed syntax.
  • Frontmatter & Properties: Add and standardize YAML frontmatter properties (title, tags, aliases, dates, custom properties) for templating, search, and integrations.
  • Callouts, Math, and Diagrams: Author callouts, LaTeX math, Mermaid diagrams, highlights, and other Obsidian-specific extensions to enrich notes.

Quick Start

Use the obs-obsidian-markdown skill to convert this note into Obsidian-flavored Markdown with YAML frontmatter, wikilinks, embeds, and callouts.

Frequently Asked Questions about obs-obsidian-markdown

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

FAQPage Schema
How do I convert standard markdown notes to Obsidian flavored markdown?

Convert markdown to Obsidian flavored markdown by applying wikilinks, YAML frontmatter, and embed syntax. This standardizes notes for vault rendering, templating, and search while preserving tags and aliases.

How do I use wikilinks and block references to connect Obsidian notes?

Use wikilinks and block references to connect Obsidian notes by formatting links as [[Note Name]] and appending specific block identifiers. This creates direct connections to headings or blocks across your vault for seamless navigation.

What is the syntax for adding callouts and mermaid diagrams in Obsidian markdown?

Callouts and mermaid diagrams in Obsidian markdown use specific blockquote syntax for callouts and fenced code blocks labeled mermaid for diagrams. These extensions enrich notes with interactive alerts and visual flowcharts.

Can I embed PDFs and images directly inside Obsidian markdown files?

You can embed PDFs and images inside Obsidian markdown files using the embed syntax with an exclamation mark before a wikilink. This supports embedding notes, images, audio, and specific PDF pages directly.

Does Obsidian markdown support YAML frontmatter for custom properties and tags?

Yes, Obsidian markdown supports YAML frontmatter for custom properties and tags. You can add and standardize properties like title, tags, aliases, and dates at the top of your notes to enable templating and search integrations.

What are the limitations when migrating notes from other editors to Obsidian markdown?

When migrating notes to Obsidian markdown, limitations include ensuring frontmatter and tags are preserved and that valid wikilink and embed syntax are emitted. Content normalization is required if the source editor uses standard markdown without vault-aware features.