obs-obsidian-markdown

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you create and edit Obsidian Flavored Markdown accurately, so your notes render correctly with Obsidian-specific features like wikilinks, embeds, callouts, properties, and tags.

Core Features & Use Cases

  • Wikilinks & note navigation: Link notes, headings, and block IDs using [[...]] syntax for a connected vault.
  • Embeds & richer content: Inline embed notes, headings, images, PDFs, and structured content using Obsidian embed syntax like ![[...]].
  • Callouts & structured readability: Use > [!type] callouts for warnings, tips, questions, and more to make notes skimmable and actionable.
  • Frontmatter properties & tagging: Add YAML properties (title, tags, aliases, cssclasses, plus custom fields) to support searching and organization.
  • Authoring helpers: Apply Obsidian extensions such as highlights, comments, footnotes, Mermaid diagrams, and supported tag formats.

Quick Start

Use the obs-obsidian-markdown skill to generate an Obsidian note for a project brief with frontmatter, wikilinks, and a couple of 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 write Obsidian markdown with wikilinks and callouts?

To write Obsidian markdown with wikilinks and callouts, use `[[...]]` syntax for note navigation and `> [!type]` blocks for structured callouts. This ensures notes render correctly with connected internal links and skimmable warnings or tips.

What is the correct YAML frontmatter syntax for Obsidian properties?

YAML frontmatter syntax for Obsidian properties requires key-value pairs at the note's start, supporting fields like title, tags, aliases, cssclasses, and custom properties. This enables proper vault searching and note organization.

How do I embed images and notes in Obsidian markdown?

To embed images and notes in Obsidian markdown, use the inline embed syntax `![[...]]` targeting notes, headings, images, or PDFs. This renders structured content directly within your vault notes for richer context.

Does standard markdown support Obsidian extensions like highlights and Mermaid diagrams?

Standard markdown does not natively support Obsidian extensions like highlights, comments, footnotes, and Mermaid diagrams. You need Obsidian Flavored Markdown to render these specific formatting features correctly within your vault.

How do I link to specific headings and block IDs in Obsidian?

To link to specific headings and block IDs in Obsidian, use the wikilink syntax `[[...]]` targeting exact heading text or block references. This creates precise internal navigation paths throughout your connected vault.