obsidian-markdown

Provides a reference for Obsidian-flavored Markdown syntax including wikilinks, embeds, callouts, and Mermaid diagrams.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/seqis/OpenClaw-Skills-Converted-From-Claude-Code --skill obsidian-markdown-seqis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/seqis/OpenClaw-Skills-Converted-From-Claude-Code/tree/main/skills_tree/obsidian-markdown
Command: npx skills add https://github.com/seqis/OpenClaw-Skills-Converted-From-Claude-Code --skill obsidian-markdown-seqis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide to Obsidian's unique Markdown extensions, enabling users to create rich, interconnected notes with advanced formatting.

Core Features & Use Cases

  • Syntax Reference: Covers wikilinks, embeds, callouts, properties, Mermaid diagrams, LaTeX math, and more.
  • Formatting Guide: Details basic text formatting, lists, tables, code blocks, and horizontal rules.
  • Use Case: A user wants to create a visually distinct "tip" callout in their Obsidian note. They can quickly look up the correct syntax and examples for callouts in this Skill.

Quick Start

Show me the syntax for creating a collapsible callout in Obsidian.

Frequently Asked Questions about obsidian-markdown

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a collapsible callout in Obsidian markdown?

Obsidian callouts use the syntax `> [!note]` to create visually distinct blocks. You can make a callout collapsible by adding a plus or minus sign inside the brackets, like `> [!note]+`, allowing users to expand and collapse the content.

What is the syntax for wikilinks in Obsidian?

Wikilinks in Obsidian use double square brackets `[[note name]]` to create internal links between notes. You can also alias them with `[[note name|display text]]` or link to specific blocks using the `^` symbol for block references.

How do I embed content from another note using Obsidian markdown?

Obsidian embeds require an exclamation mark before a wikilink, such as `![[note name]]` to embed an entire note. To embed a specific block, append the block identifier with `^` like `![[note name^block-id]]`.

Do I need to know CommonMark to use Obsidian markdown?

Yes, Obsidian markdown builds directly upon CommonMark and GitHub Flavored Markdown as a base. Understanding these standard formats is required before using Obsidian's unique extensions like properties, wikilinks, and callouts.

Can I use LaTeX math equations in Obsidian notes?

Obsidian supports LaTeX math equations using single dollar signs `$` for inline math and double dollar signs `$$` for block equations. This allows you to render complex mathematical formulas directly within your notes.

How do I add properties to an Obsidian markdown note?

Properties in Obsidian are managed using YAML front matter enclosed by triple dashes `---` at the top of your note. This structured data enables advanced metadata tracking and searching within your vault.