obsidian-markdown

Generate and edit Obsidian Flavored Markdown with wikilinks, embeds, and callouts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Jack5316/Obsidian --skill obsidian-markdown-jack5316
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/Jack5316/Obsidian/tree/main/.agents/skills/obsidian-markdown
Command: npx skills add https://github.com/Jack5316/Obsidian --skill obsidian-markdown-jack5316

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users create and edit content using Obsidian's specific Markdown syntax, which goes beyond standard Markdown to include features like wikilinks, embeds, callouts, and properties.

Core Features & Use Cases

  • Obsidian Syntax: Supports wikilinks, embeds, callouts, properties (frontmatter), tags, comments, highlighted text, LaTeX math, Mermaid diagrams, and footnotes.
  • Workflow Guidance: Provides a structured workflow for creating new Obsidian notes, including adding frontmatter, writing content, linking notes, embedding resources, and adding callouts.
  • Use Case: When you need to create a new note in your Obsidian vault that links to other notes, embeds an image, and uses a specific callout for a warning, this skill will guide you through the correct syntax.

Quick Start

Use the obsidian-markdown skill to create a new note with a title, tags, and a wikilink to another note.

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 notes with wikilinks and properties?

To create Obsidian notes with wikilinks and properties, you need to use Obsidian Flavored Markdown syntax. This includes adding YAML frontmatter for structured properties and using double bracket syntax for internal wikilinks to connect your notes.

Can I use callouts and embeds in Obsidian markdown?

Yes, you can use callouts and embeds in Obsidian markdown to structure content and embed resources. The syntax supports callouts for warnings or notes, and allows embedding images and other notes directly within your vault files.

Does Obsidian markdown support LaTeX math and Mermaid diagrams?

Obsidian markdown supports LaTeX math equations and Mermaid diagrams natively. You can render mathematical formulas using LaTeX syntax and generate visual flowcharts or diagrams using Mermaid code blocks.

What is the workflow for adding tags and footnotes to an Obsidian note?

The workflow for adding tags and footnotes to an Obsidian note involves using specific markdown extensions. You define tags within your note's frontmatter or inline text, and use bracketed reference syntax to insert footnotes for citations.

How do I format highlighted text and comments in Obsidian Flavored Markdown?

To format highlighted text and comments in Obsidian Flavored Markdown, use double equal signs for highlights and double percent signs for comments. These syntax extensions allow content emphasis and hidden annotations within your notes.

When do I need Obsidian specific syntax instead of standard markdown?

You need Obsidian specific syntax instead of standard markdown when building a knowledge management system requiring internal linking, structured frontmatter properties, content embedding, or callouts for organizing and connecting notes within a vault.