obsidian-markdown

Parse and index Obsidian-flavored Markdown notes with frontmatter, wikilinks, embeds, and callouts.

Updated Feb 2, 2016
One-click install
npx skills add https://github.com/zjykzk/blog --skill obsidian-markdown-zjykzk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/zjykzk/blog/tree/main/.agents/skills/obsidian-markdown
Command: npx skills add https://github.com/zjykzk/blog --skill obsidian-markdown-zjykzk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Obsidian-flavored Markdown adds powerful wiki links, embeds, callouts, and frontmatter to standard Markdown, but many note takers struggle to apply these Obsidian-specific features consistently.

Core Features & Use Cases

  • Frontmatter properties (title, tags, aliases) at the top of notes for metadata and navigation.
  • Obsidian-specific syntax such as wikilinks [[Note]], embeds ![[Note]], and callouts > [!type], plus handling of fields like CSS classes and block IDs.
  • Works across personal vaults and team knowledge bases to link related notes, embed content, and annotate with properties.

Quick Start

Create or open an Obsidian note and apply Obsidian-specific syntax like wikilinks, embeds, callouts, and frontmatter properties.

Frequently Asked Questions about obsidian-markdown

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

FAQPage Schema
How do I create Obsidian markdown notes with wikilinks and frontmatter?

To create Obsidian markdown notes, you apply Obsidian-specific syntax like [[wikilinks]], ![[embeds]], > [!callouts], and frontmatter properties for metadata. This parses and indexes interconnected notes to support rapid creation and consistent formatting across personal or team knowledge bases.

What is the best way to manage frontmatter properties in an Obsidian vault?

The best way to manage frontmatter properties is placing metadata like title, tags, and aliases at the top of notes. This approach supports rapid note creation and consistent formatting while handling fields like CSS classes and block IDs across your vault.

Can I use standard markdown with Obsidian-specific syntax like embeds and callouts?

Yes, standard markdown works with Obsidian-specific syntax. You can apply embeds using ![[Note]], callouts with > [!type], and wikilinks with [[Note]], ensuring compatibility while handling interconnected notes, backlinks, and embedded content.

How do I format interconnected notes and backlinks for a team knowledge base?

Formatting interconnected notes and backlinks for a team knowledge base requires applying Obsidian-specific syntax like wikilinks and embeds alongside frontmatter properties. This parses and indexes notes to maintain consistent formatting and link related content across the vault.

Does Obsidian markdown support embedded content and block IDs?

Yes, Obsidian markdown supports embedded content using ![[Note]] syntax and handles block IDs alongside other fields like CSS classes. This allows vault authors to embed content directly and annotate notes with specific properties consistently.