obsidian-markdown

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

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/r4ravi2008/dotfiles --skill obsidian-markdown-r4ravi2008
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/r4ravi2008/dotfiles/tree/main/ai-agents/.rulesync/skills/obsidian-markdown
Command: npx skills add https://github.com/r4ravi2008/dotfiles --skill obsidian-markdown-r4ravi2008

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users create and edit notes using Obsidian's specific Markdown syntax, ensuring proper formatting for wikilinks, embeds, callouts, and properties.

Core Features & Use Cases

  • Obsidian Syntax: Supports wikilinks, embeds, callouts, properties (frontmatter), tags, comments, and LaTeX/Mermaid for advanced note-taking.
  • Structured Notes: Guides users through adding frontmatter, linking related notes, embedding content, and using callouts for highlighted information.
  • Use Case: When writing a new note in Obsidian about a project, use this Skill to add frontmatter with project details, link to related task notes using [[wikilinks]], and embed a diagram using Mermaid syntax.

Quick Start

Create a new Obsidian note with frontmatter, a wikilink to another note, and a callout.

Frequently Asked Questions about obsidian-markdown

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

FAQPage Schema
How do I add frontmatter properties to an Obsidian markdown note?

Obsidian frontmatter properties are added by inserting YAML-formatted metadata at the very top of your markdown note. This structures your file with defined properties before the main content begins.

What is the correct syntax for creating wikilinks in Obsidian?

Wikilinks in Obsidian are created using the double bracket syntax, such as [[note title]]. This specific markdown format facilitates note-taking within the Obsidian ecosystem by linking related notes together.

Can I use callouts and Mermaid diagrams in Obsidian markdown?

Yes, Obsidian flavored markdown supports callouts for highlighted information and Mermaid syntax for embedded diagrams. These extended specifications allow advanced structured content creation within your notes.

Does this Obsidian markdown syntax work with standard CommonMark and GFM?

Obsidian markdown builds upon standard CommonMark and GitHub Flavored Markdown (GFM) foundations. It extends these base specifications with specific features like wikilinks, embeds, and frontmatter.

How do I embed content from another note using Obsidian markdown?

To embed content from another note in Obsidian, use an exclamation mark before a wikilink, such as ![[note title]]. This syntax pulls the referenced note's content directly into your current file.