obsidian-markdown

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

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/BoraPerusic/agents --skill obsidian-markdown-boraperusic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/BoraPerusic/agents/tree/main/skills/to%20try/obsidian-markdown
Command: npx skills add https://github.com/BoraPerusic/agents --skill obsidian-markdown-boraperusic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Obsidian users often struggle to consistently apply Obsidian-specific syntax, such as wikilinks, embeds, callouts, and frontmatter, across notes, leading to inconsistent vault quality and extra manual editing.

Core Features & Use Cases

  • Wikilinks, embeds, callouts, and frontmatter properties are supported to streamline note creation.
  • Maintains consistent Obsidian syntax across notes in a vault, useful for creating new notes or editing existing ones.
  • Use case: create a note that links to related notes with [[Note]] and includes metadata in frontmatter.

Quick Start

Create a new Obsidian note with frontmatter and wikilinks to related notes.

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

Creating Obsidian notes with frontmatter and wikilinks requires an editor supporting Obsidian-flavored markdown syntax. This automatically formats YAML metadata blocks and [[Note]] internal links, maintaining consistent vault structure.

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

Formatting callouts and embeds in Obsidian markdown requires applying Obsidian-specific syntax rules rather than standard markdown. Using a dedicated formatting tool ensures callout blocks and embedded content render correctly within your vault.

Can I use standard markdown editors to edit Obsidian vault notes?

Standard markdown editors often lack support for Obsidian-specific syntax like wikilinks, callouts, and embeds. You need an Obsidian-aware markdown formatter to maintain consistent vault quality and prevent manual syntax errors.

How do I maintain consistent Obsidian syntax across multiple notes?

Maintaining consistent Obsidian syntax across multiple notes involves enforcing frontmatter properties, wikilinks, and callout formatting rules. An automated Obsidian markdown formatter standardizes note creation and editing across your entire vault.

Does Obsidian markdown support YAML frontmatter properties for note metadata?

Obsidian markdown fully supports YAML frontmatter properties for note metadata. You can define key-value pairs at the top of your notes to store structured metadata, which integrates seamlessly with Obsidian's internal linking and search features.