obsidian-markdown

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

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/northseadl/skillwisp --skill obsidian-markdown-northseadl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/northseadl/skillwisp/tree/main/skills/%40obsidian/obsidian-markdown
Command: npx skills add https://github.com/northseadl/skillwisp --skill obsidian-markdown-northseadl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users create and edit Markdown files specifically for Obsidian, ensuring correct use of wikilinks, callouts, embeds, properties, and other Obsidian-specific syntax, preventing formatting errors and maximizing Obsidian's features.

Core Features & Use Cases

  • Obsidian Syntax Mastery: Supports wikilinks, embeds, callouts, properties (frontmatter), tags, and more.
  • Cross-Platform Compatibility: Ensures Markdown works seamlessly within Obsidian and other Markdown editors.
  • Use Case: When writing notes about a project, you can easily link to other related notes using [[Project Plan]], embed relevant images with ![[diagram.png]], and structure information using callouts like > [!todo].

Quick Start

Create a new Obsidian note with the title "Meeting Notes" and add a property for the date.

Frequently Asked Questions about obsidian-markdown

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

FAQPage Schema
How do I create wikilinks and callouts in Obsidian Markdown?

To create Obsidian Markdown wikilinks, use double brackets like [[Note Title]], and for callouts, use the syntax > [!todo] or similar blockquote formats to structure information and manage notes within the Obsidian ecosystem.

What is Obsidian Flavored Markdown and how does it differ from standard Markdown?

Obsidian Flavored Markdown extends CommonMark and GitHub Flavored Markdown with unique features like wikilinks, embeds, callouts, and properties (frontmatter), enabling advanced formatting for knowledge management and personal wikis.

Can I use LaTeX for math equations in Obsidian Markdown notes?

Yes, you can use LaTeX for math equations in Obsidian Markdown notes. The syntax requires adherence to CommonMark, GitHub Flavored Markdown, LaTeX, and Obsidian-specific extensions for rich content.

How do I embed images and other notes in Obsidian using Markdown?

To embed images and other notes in Obsidian using Markdown, use the embed syntax with an exclamation mark before wikilinks, such as ![[diagram.png]], to seamlessly integrate relevant content into your project notes.

Does Obsidian Markdown support frontmatter properties for knowledge management?

Yes, Obsidian Markdown supports frontmatter properties for knowledge management. You can add properties to your notes to structure metadata, ensuring Markdown works seamlessly within Obsidian and other Markdown editors.

Why are my Obsidian callouts not formatting correctly in other Markdown editors?

Obsidian callouts may not format correctly in other Markdown editors because they use Obsidian-specific extensions like > [!todo] syntax, which extends standard CommonMark and GitHub Flavored Markdown for rich content.