What problem does it solve? Writing notes for Obsidian requires syntax beyond standard Markdown—wikilinks, embeds, callouts, properties, and comments—and using the wrong syntax breaks rendering, linking, and graph view in your vault. This Skill provides the exact Obsidian Flavored Markdown rules so notes render correctly and stay connected. ## Core Features & Use Cases - Wikilinks and Embeds: Create internal links with [[Note]], heading and block references, and embed notes, images, PDFs, audio, and search results with ![[embed]] syntax. - Callouts and Properties: Add foldable callouts with > [!type] syntax and structured YAML frontmatter properties like tags, aliases, and cssclasses. - Obsidian-Only Extensions: Use comments (%%hidden%%), highlights (==text==), footnotes, LaTeX math, and Mermaid diagrams that link to notes. - Use Case: When drafting a project note in your Obsidian vault, generate a complete document with frontmatter properties, task lists, a warning callout for deadlines, an embedded architecture diagram, and wikilinks to related meeting notes. ## Quick Start Create an Obsidian note for my project kickoff with frontmatter tags, a warning callout for the deadline, and wikilinks to my meeting notes.