obsidian-markdown

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/psauxwwf/.dotfiles --skill obsidian-markdown-psauxwwf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/psauxwwf/.dotfiles/tree/main/.agents/skills/obsidian-markdown
Command: npx skills add https://github.com/psauxwwf/.dotfiles --skill obsidian-markdown-psauxwwf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Create and edit Obsidian Flavored Markdown notes that combine standard Markdown with Obsidian-specific syntax (wikilinks, embeds, callouts, frontmatter, tags, and properties) in a consistent, predictable way, reducing friction and errors when authoring vault notes.

Core Features & Use Cases

  • Supports Obsidian extensions: wikilinks, embeds, callouts, frontmatter properties, and mermaid diagrams for rich knowledge bases.
  • Guides users to structure notes with YAML frontmatter (title, date, tags, aliases) and to link related notes using internal and external links.
  • Use case: build a personal knowledge base by authoring interconnected notes with auto-renderable previews and reliable metadata.

Quick Start

Create a new Obsidian note with frontmatter and an initial body using wikilinks, embeds, and callouts.

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

To create Obsidian notes with wikilinks and frontmatter, you need to structure your files using YAML frontmatter for metadata like title, date, and tags, then use Obsidian-specific syntax such as wikilinks and embeds to connect related notes within your knowledge base.

What's the best way to format callouts and embeds in Obsidian-flavored Markdown?

Formatting callouts and embeds in Obsidian-flavored Markdown requires using specific Obsidian syntax extensions rather than standard Markdown, allowing you to render block quotes, embed internal note contents, and validate frontmatter properties for reliable vault previews.

Does standard Markdown support Obsidian wikilinks and callouts?

Standard Markdown does not support Obsidian wikilinks and callouts, so you need an Obsidian-flavored Markdown approach to correctly generate internal links, embed syntax, callout blocks, and YAML frontmatter for personal knowledge bases.

How do I structure YAML frontmatter for project documentation in Obsidian?

Structuring YAML frontmatter for project documentation in Obsidian involves defining metadata fields like title, date, tags, and aliases at the top of your notes, ensuring proper validation and enabling auto-renderable previews within your interconnected research notes.

Can I use mermaid diagrams and external links in Obsidian Markdown notes?

You can use mermaid diagrams and external links in Obsidian Markdown notes by combining standard Markdown syntax for external references with Obsidian extensions for diagrams, ensuring rich knowledge base documentation with predictable formatting.

Why are my Obsidian embeds and internal links not rendering correctly?

Obsidian embeds and internal links may not render correctly if the syntax deviates from Obsidian-flavored Markdown conventions, requiring strict adherence to wikilink formatting, embed brackets, and YAML frontmatter validation to ensure auto-renderable previews.