obsidian-markdown

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill empowers users to create and edit Markdown files with all the specific syntax and features used by Obsidian, ensuring seamless note-taking and knowledge management within the Obsidian ecosystem.

Core Features & Use Cases

  • Obsidian Syntax Support: Handles wikilinks, embeds, callouts, properties (frontmatter), tags, and more.
  • Comprehensive Formatting: Covers basic Markdown, lists, tables, code blocks, math (LaTeX), and diagrams (Mermaid).
  • Use Case: When writing a new note in Obsidian about a project, use this Skill to structure your thoughts with internal links to related notes, embed relevant images or documents, and define project properties like status and due dates.

Quick Start

Use the obsidian-markdown skill to create a new note with a title, a list of tasks, and an embedded image.

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 wikilinks and callouts in my markdown notes?

Obsidian markdown uses double bracket syntax for wikilinks to connect notes and blockquote callout tags for formatting alerts. This creates an interconnected knowledge base with structured highlights and embedded references.

What is the best way to format LaTeX math and Mermaid diagrams in Obsidian markdown?

Obsidian markdown supports LaTeX math equations and Mermaid diagram syntax directly within code blocks. Formatting these elements inline or in blocks allows you to render complex formulas and visual flowcharts inside your notes.

How do I add frontmatter properties to an Obsidian markdown file?

Obsidian markdown uses YAML frontmatter at the top of the file to define properties like status, tags, and due dates. Adding these metadata fields structures your notes for advanced querying and knowledge management filtering.

Does this markdown formatting support embedding images and other notes?

Yes, Obsidian markdown supports embedding external images and internal notes using an exclamation mark prefix with wikilink syntax. This lets you transclude content directly into your active project notes.

Can I use standard markdown tables and lists for Obsidian note-taking?

Yes, standard markdown tables, task lists, and code blocks are fully supported alongside Obsidian-specific features. This ensures comprehensive formatting for structured project notes and daily journaling.

When should I use Obsidian flavored markdown instead of standard markdown?

Use Obsidian flavored markdown when you need wikilinks, frontmatter properties, callouts, and content embeds for knowledge management. Standard markdown lacks these interlinked structuring features necessary for complex note-taking.