What problem does it solve?
Many users struggle to author or convert Markdown that takes full advantage of Obsidian's vault features, resulting in broken internal links, incorrect embeds, missing frontmatter properties, and notes that don't render as intended in Obsidian's reading view. This skill provides clear, structured guidance to produce Obsidian-compatible notes that interlink, embed, and surface metadata reliably.
Core Features & Use Cases
- Wikilinks & Linking: Use [[Note]] and [[Note|Display Text]] forms, heading anchors, and block IDs to create stable internal links that survive renames.
- Embeds & Media: Embed notes, images, PDFs, audio, and search results using the ![[embed]] syntax and sizing parameters for inline display.
- Callouts & Highlights: Add foldable and titled callouts with > [!type] syntax for emphasis, warnings, tips, and nested callouts.
- Frontmatter & Properties: Create YAML frontmatter with title, date, tags, aliases, cssclasses, and other property types for metadata-driven workflows.
- Advanced Formatting: Support for math (LaTeX), Mermaid diagrams, footnotes, highlights, and comment/hidden blocks for richer notes.
- Use Cases: Crafting meeting notes that link to decisions, building project documentation with embedded diagrams, or converting exported notes into Obsidian-ready files.
Quick Start
Create a new Obsidian note titled Project Alpha with YAML frontmatter including title and tags, add a wikilink to Meeting Notes, insert a callout for the key deadline, and embed Architecture Diagram.png.