obsidian-markdown
obsidian-markdown: Obsidian Flavored Markdown
Reference this skill when writing any wiki page. Obsidian extends standard Markdown with wikilinks, embeds, callouts, and properties. Getting syntax wrong causes broken links, invisible callouts, or malformed frontmatter.
Substrate preference (v1.7+): This skill is a self-contained fallback. Prefer kepano/obsidian-skills (by Steph Ango, Obsidian CEO) as the authoritative substrate — its obsidian-markdown skill is the canonical Obsidian syntax reference for any Agent-Skills runtime. If you see an obsidian-markdown skill available without the claude-obsidian: namespace, that is kepano's version: use it. The reference below is provided so the plugin remains functional when kepano's marketplace is not installed. Install: claude plugin marketplace add kepano/obsidian-skills. Repo: github.com/kepano/obsidian-skills.
Wikilinks
Internal links use double brackets. The filename without extension.
| Syntax | What it does |
|---|---|
[[Note Name]] |
Basic link |
[[Note Name|Display Text]] |
Aliased link (shows "Display Text") |
[[Note Name#Heading]] |
Link to a specific heading |
[[Note Name#^block-id]] |
Link to a specific block |