What problem does it solve?
Many writers and knowledge workers need Obsidian-specific Markdown to render correctly in a vault, but standard Markdown editors and automated conversions often miss wikilinks, embeds, callouts, frontmatter properties, block IDs, math, and mermaid diagrams; this skill removes that ambiguity and ensures notes follow Obsidian conventions.
Core Features & Use Cases
- Frontmatter & Properties: Guidance for constructing YAML frontmatter with title, date, tags, aliases, cssclasses, and status so notes are discoverable and searchable in the vault.
- Internal Links, Embeds & Block IDs: Correct formatting for wikilinks, same-note headings, block ID anchors, and embedded files or sections so references and embeds render reliably.
- Callouts, Math & Diagrams: Support for Obsidian callout syntax, LaTeX math blocks, and Mermaid diagrams with notes on hooking nodes to internal links and rendering considerations.
- Use Case: Migrate a plain Markdown project brief into an Obsidian note with proper frontmatter, a Table of Contents, internal wikilinks to meeting notes, an embedded architecture diagram, and callouts for important decisions.
Quick Start
Create a new Obsidian note titled Project Alpha with YAML frontmatter including title, date, tags, and status, add a Table of Contents after the top heading, insert wikilinks to related notes, embed Architecture Diagram.png at 600 width, and add a callout highlighting the key deadline.