obsidian-markdown

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

Updated May 26, 2026
One-click install
npx skills add https://github.com/XWIlluDelu/agent-share --skill obsidian-markdown-xwilludelu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/XWIlluDelu/agent-share/tree/main/lib/obsidian-markdown
Command: npx skills add https://github.com/XWIlluDelu/agent-share --skill obsidian-markdown-xwilludelu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Obsidian-specific Markdown can be confusing, especially when you need wikilinks, embeds, callouts, and frontmatter to render correctly in the Obsidian vault.

Core Features & Use Cases

  • Wikilinks & internal references: Create vault links to notes, headings, and block IDs using [[...]] syntax.
  • Embeds & rich insertions: Inline-embed notes, images, PDFs, and even query results with ![[...]].
  • Obsidian UI elements: Add callouts with > [!type] and define properties via YAML frontmatter for search and organization.
  • Use case: Draft project notes with consistent metadata (title/tags/aliases) and connect them through wikilinks, embeds, and callouts to keep your knowledge base navigable.

Quick Start

Use the obsidian-markdown skill to format an Obsidian note that includes YAML frontmatter, wikilinks between related notes, an embed for a referenced image or section, and a callout for the key takeaway.

Frequently Asked Questions about obsidian-markdown

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

FAQPage Schema
How do I write Obsidian markdown with correct wikilinks and embeds?

To write Obsidian markdown, use [[...]] syntax for wikilinks and internal references, and ![[...]] syntax to embed notes, images, or PDFs directly into your vault notes.

What is the syntax for adding callouts and frontmatter properties in Obsidian?

Obsidian callouts use the > [!type] syntax for UI elements, while frontmatter properties are defined via YAML at the top of the note to enable structured metadata search and organization.

How do I connect project notes using internal links and block references?

Connect project notes by creating vault links to notes, headings, and block IDs using [[...]] wikilinks, ensuring your knowledge base remains navigable and interconnected.

Does Obsidian flavored markdown support inline query results and rich content insertion?

Obsidian flavored markdown supports inline embedding of query results and rich content insertions using the ![[...]] syntax, allowing you to reference images, sections, and PDFs.

Can I use math, diagrams, and comments in Obsidian markdown notes?

Obsidian markdown supports formatting extensions including tags, comments, math equations, and diagrams, allowing you to create rich, structured notes within your vault.

What is the best way to format structured metadata for Obsidian notes?

The best way to format structured metadata is using YAML frontmatter to define properties like title, tags, and aliases, ensuring consistent organization across your knowledge base.