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 using the ![[embed]] syntax. - Callouts and Properties: Add foldable, nested callouts of 13 supported types and define YAML frontmatter properties such as tags, aliases, and cssclasses. - Use Case: When drafting a project note in an Obsidian vault, generate frontmatter with tags and aliases, link to related notes with [[Note#Heading]], embed an architecture diagram, and highlight a deadline with a warning callout—all in valid Obsidian syntax. ## 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.