What problem does it solve?
Obsidian users and teams often struggle to consistently craft and edit notes in Obsidian-flavored Markdown that use wikilinks, embeds, callouts, and frontmatter.
This skill provides a canonical way to generate and validate Markdown that adheres to Obsidian's syntax, reducing formatting errors and increasing note quality.
Core Features & Use Cases
- Supports wikilinks, such as [[Note]] and [[Note|Display Text]] with correct escaping.
- Handles embeds like ![[Note]] and embedded media or images.
- Creates and validates Obsidian callouts, code blocks, tables, and LaTeX blocks in the Obsidian flavor.
- Preserves and applies frontmatter properties for tags, dates, and metadata to support organization and search.
- Use cases include drafting new notes from outlines, converting outlines to Obsidian-ready documents, and validating existing notes for syntax conformance.
Quick Start
Create or update a document in Obsidian-flavored Markdown that includes wikilinks, embeds, callouts, and a YAML frontmatter section.