What problem does it solve?
It solves the problem of writing Markdown that works correctly in Obsidian by providing a clear, Obsidian-specific syntax guide for wikilinks, embeds, callouts, properties, and other extensions.
Core Features & Use Cases
- Wikilinks and block links: Link notes, headings, and specific blocks using
[[Note]], [[Note#Heading]], and ^block-id.
- Embeds and inline inclusion: Embed notes, headings, images, and PDF pages with
![[...]] syntax.
- Callouts and frontmatter properties: Add rich callouts like
> [!warning] and define note metadata using YAML frontmatter fields such as tags, aliases, and cssclasses.
- Optional authoring helpers: Use Obsidian highlight syntax, math (LaTeX), Mermaid diagrams, tags, comments, and footnotes in a way Obsidian understands.
Quick Start
Create or update an Obsidian note using YAML frontmatter at the top and add wikilinks like [[Related Note]], callouts like > [!note] for emphasis, and embeds like ![[Some Note#Heading]] where you want inline content.