---
name: obsidian-markdown
description: Create and edit Obsidian-specific Markdown syntax, including wikilinks, embeds, block references, callouts, properties, tags, and comments. Use for Obsidian notes when these extensions matter; ordinary Markdown is assumed knowledge.
license: MIT
metadata:
copilot-enabled-agents: claude, codex, opencode
copilot-builtin-version: "1"
Use Obsidian-specific syntax accurately. Do not spend tokens explaining ordinary
CommonMark or GFM unless the user asks.
[[Note Name]]
[[Note Name|Display Text]]
[[Note Name#Heading]]
[[Note Name#^block-id]]
[[#Heading in this note]]
This paragraph is addressable. ^block-id
Put a block ID on its own line after a list or quote block.
Prefix a wikilink with !:
![[Note Name]]
![[Note Name#Heading]]
![[image.png|300]]
![[document.pdf#page=3]]
See Embeds for media, PDF, and query forms.
> [!warning] Custom title
> Important content.
> [!faq]- Collapsed by default
> Foldable content.
See Callouts for types, aliases, folding, and nesting.
title: My Note
date: 2026-07-21
tags:
- project
aliases:
- Alternate Name
~~~
Quote wikilinks used as YAML values. See
Properties for supported property types and tag rules.
Use #nested/tag for inline tags. Hide content from reading view with%%inline comments%% or a matching pair of %% markers on
separate lines.
Adapted from kepano/obsidian-skills at revisiona1dc48e68138490d522c04cbf5822214c6eb1202. See LICENSE.