obsidian-markdown

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

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/omardelarosa/claude-configs --skill obsidian-markdown-omardelarosa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/omardelarosa/claude-configs/tree/main/skills/obsidian-markdown
Command: npx skills add https://github.com/omardelarosa/claude-configs --skill obsidian-markdown-omardelarosa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users generate and edit Obsidian-flavored Markdown notes that include Obsidian-specific features such as wikilinks, embeds, callouts, frontmatter, tags, and properties, ensuring valid syntax and consistent formatting.

Core Features & Use Cases

  • Wikilinks and block links: create and resolve wikilinks to other notes.
  • Embeds: insert dynamic content from other notes and media.
  • Callouts and Obsidian-specific syntax: add callouts, inline properties, and tags.
  • Frontmatter and metadata: manage title, date, aliases, and CSS classes for notes.

Quick Start

Create a new Obsidian note with a frontmatter block, wikilinks to [[Example]], an embed ![[Sample.png]], and a simple callout.

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 markdown notes with frontmatter and wikilinks?

To create Obsidian markdown notes, you generate a frontmatter block for metadata like title and aliases, then use wikilink syntax like [[Note Title]] to link related notes together. This ensures valid syntax and consistent formatting across your vault.

What is the best way to add callouts and embeds in Obsidian flavored markdown?

Adding callouts and embeds in Obsidian flavored markdown requires using specific syntax extensions like callout blocks for notes and ![[File Name]] syntax for dynamic content embeds. This allows you to insert media and other notes directly into your pages.

Can I generate Obsidian properties and tags automatically when drafting notes?

Yes, you can generate Obsidian properties and tags automatically by applying frontmatter parsing during markdown generation. This adds inline properties and tags directly into the metadata block of your personal knowledge base entries.

Does this support resolving block links to other notes in an Obsidian vault?

Yes, it supports resolving block links to other notes in an Obsidian vault. You can create and resolve wikilinks that point to specific blocks within your notes, ensuring accurate navigation across your knowledge base.

How do I manage metadata like CSS classes and aliases in Obsidian markdown?

Managing metadata like CSS classes and aliases in Obsidian markdown involves editing the frontmatter block at the top of your note. This process controls title, date, aliases, and CSS classes for consistent note formatting and styling.