obsidian-markdown

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

134|33|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/kv0906/pm-kit --skill obsidian-markdown-kv0906
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/kv0906/pm-kit/tree/main/.claude/skills/obsidian-markdown
Command: npx skills add https://github.com/kv0906/pm-kit --skill obsidian-markdown-kv0906

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you create and edit Markdown files with all of Obsidian's unique syntax, ensuring your notes are rich, linked, and functional within the Obsidian ecosystem.

Core Features & Use Cases

  • Obsidian Syntax Support: Handles wikilinks, embeds, callouts, properties, tags, and more.
  • Cross-Platform Compatibility: Ensures your Markdown works seamlessly in Obsidian.
  • Use Case: You need to create a new note in Obsidian that links to existing notes, embeds an image, and uses a specific callout for a warning. This Skill guides you through generating the correct Markdown.

Quick Start

Generate an Obsidian Markdown note that includes a wikilink to 'My Other Note', embeds the image 'diagram.png', and uses a callout for a warning.

Frequently Asked Questions about obsidian-markdown

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

FAQPage Schema
How do I write Obsidian markdown with wikilinks and callouts?

Obsidian markdown supports wikilinks using double bracket syntax and callouts using blockquote prefixes with specific type tags. This Skill generates correctly formatted Obsidian Flavored Markdown including wikilinks, embeds, callouts, properties, and tags for your notes.

What is the difference between standard markdown and Obsidian Flavored Markdown?

Obsidian Flavored Markdown extends standard CommonMark and GFM with unique syntax for wikilinks, embeds, callouts, properties, and tags. These additions enable internal linking and dynamic content embedding that standard markdown does not support.

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

Frontmatter properties in Obsidian markdown use YAML syntax enclosed by triple dashes at the top of your file. This Skill helps you generate valid frontmatter properties alongside other Obsidian-specific elements like wikilinks and callouts.

Does this support embedding images and other notes in Obsidian markdown?

Yes, embedding in Obsidian markdown uses an exclamation mark prefix before a wikilink to the target file. This Skill handles embeds for images and other notes, along with callouts, properties, and tags for functional Obsidian notes.

Can I use LaTeX math formatting in Obsidian markdown files?

Obsidian markdown adheres to CommonMark, GFM, LaTeX, and Obsidian-specific extensions for accurate rendering. This Skill ensures your LaTeX math formulas and other syntax are properly formatted for display within Obsidian.

What's the best way to create linked notes with tags in Obsidian?

Creating linked notes with tags in Obsidian requires combining wikilinks for connections and hashtag or frontmatter syntax for tags. This Skill guides you through generating markdown that integrates wikilinks, embeds, callouts, and tags correctly.