obsidian-markdown Obsidian 笔记

Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, and frontmatter.

1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/XIYBHK/claude-skills --skill obsidian-markdown-obsidian
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: obsidian-markdown Obsidian 笔记
Source: https://github.com/XIYBHK/claude-skills/tree/main/obsidian-markdown
Command: npx skills add https://github.com/XIYBHK/claude-skills --skill obsidian-markdown-obsidian

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Create and edit Obsidian Flavored Markdown with support for wikilinks, embeds, callouts, and frontmatter.

Core Features & Use Cases

  • Wikilinks enable seamless inter-note connections using [[Note]] references.
  • Embeds allow embedding content from other notes with ![[Note]] and variants.
  • Callouts provide structured, attention-grabbing notes sections using > [!type].
  • Frontmatter and tags support metadata management for robust note organization.

Quick Start

Create a new Obsidian note by starting with a frontmatter block and then writing content that uses wikilinks, embeds, and callouts.

Frequently Asked Questions about obsidian-markdown Obsidian 笔记

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

FAQPage Schema
How do I create Obsidian notes with wikilinks and embeds?▼

To create Obsidian notes, you establish inter-note connections using [[Note]] wikilinks and embed content from other notes with ![[Note]] syntax. This enables seamless linking and embedding across your vault.

What is the syntax for Obsidian callouts and frontmatter?▼

Obsidian callouts use the > [!type] syntax to create structured, attention-grabbing sections. Frontmatter uses a YAML block at the note's start for metadata management and robust organization.

Can I use standard Markdown with Obsidian Flavored Markdown?▼

Yes, Obsidian Flavored Markdown maintains standard Markdown compatibility. It extends standard syntax by satisfying the handling of Obsidian-specific features like wikilinks, embeds, callouts, and frontmatter.

How do I manage metadata and tags in Obsidian notes?▼

You manage metadata and tags in Obsidian notes by using a frontmatter block at the beginning of the file. This supports robust note organization and metadata management across your vault.

Does this support embedding content from other notes?▼

Yes, embedding content from other notes is fully supported. You can embed content using ![[Note]] and its variants to seamlessly integrate information across your Obsidian vault.

What's the best way to structure a new Obsidian note?▼

The best way to structure a new Obsidian note is to start with a frontmatter block for metadata, then write content using wikilinks for connections, embeds for integration, and callouts for emphasis.