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 produces broken links or unrendered content in the vault. ## Core Features & Use Cases - Wikilinks and Embeds: Create internal note links with heading and block references, and embed notes, images, PDFs, audio, and search results inline. - Callouts and Properties: Add foldable callouts of 13 supported types and YAML frontmatter properties like tags, aliases, and cssclasses. - Obsidian-Only Syntax: Use highlights, comments, footnotes, LaTeX math, and Mermaid diagrams that render in Obsidian's reading view. - Use Case: When drafting a project note in an Obsidian vault, generate frontmatter with tags and aliases, link to related meeting notes with [[Note#Heading]], embed an architecture diagram, and highlight deadlines in a warning callout. ## Quick Start Create an Obsidian note for my project kickoff with frontmatter tags, a link to my meeting notes, an embedded diagram, and a warning callout for the deadline.