obsidian-markdown

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

4|1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/kryang03/Notes --skill obsidian-markdown-kryang03
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/kryang03/Notes/tree/main/.github/skills/obsidian-markdown
Command: npx skills add https://github.com/kryang03/Notes --skill obsidian-markdown-kryang03

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Obsidian Flavored Markdown is the backbone of interconnected notes; this skill provides reliable support for creating and editing Obsidian-specific syntax such as wikilinks, embeds, callouts, frontmatter, tags, and properties, enabling consistent note workflows.

Core Features & Use Cases

  • Supports wikilinks [[Note]] and [[Note.md]] to link across vaults, embeds ![[Note]] for rich references, and callouts for structured guidance.
  • Handles Obsidian frontmatter and metadata properties, plus HTML blocks and advanced formatting, ensuring notes render correctly in Obsidian and compatible Markdown flavors.
  • Use Case: Generate a new note with a standard frontmatter block, related links, and embedded references to build a connected knowledge graph.

Quick Start

Create a new Obsidian note with a frontmatter block and several wikilinks to existing notes.

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 frontmatter and wikilinks?

To create Obsidian notes with frontmatter and wikilinks, you can generate a new note that includes a standard frontmatter block, related links, and embedded references to build a connected knowledge graph. This process automates the creation and validation of Obsidian Flavored Markdown syntax.

What is the best way to format Obsidian callouts and embeds in Markdown?

Formatting Obsidian callouts and embeds requires using Obsidian Flavored Markdown extensions, which support rich references like ![[Note]] and structured guidance blocks. This ensures notes render correctly in Obsidian and compatible Markdown flavors.

Does Obsidian Markdown work with GitHub Flavored Markdown and CommonMark?

Obsidian Markdown requires compatibility with CommonMark, GitHub Flavored Markdown, and LaTeX, alongside Obsidian extensions. This ensures your notes, including wikilinks and frontmatter, render correctly across compatible Markdown flavors.

How do I add metadata properties to Obsidian frontmatter?

Adding metadata properties to Obsidian frontmatter involves applying Obsidian-specific syntax to define properties within YAML blocks. This enables consistent note workflows and ensures notes render correctly in Obsidian and compatible Markdown flavors.

Can I use HTML blocks and LaTeX within Obsidian notes?

Yes, you can use HTML blocks and LaTeX within Obsidian notes because the formatting process handles advanced formatting and requires compatibility with LaTeX and Obsidian extensions, ensuring correct rendering across vaults.

Why are my Obsidian wikilinks not working across different vaults?

Obsidian wikilinks might not work across vaults if the syntax is invalid or unsupported by the target Markdown flavor. Validating wikilinks like [[Note]] and [[Note.md]] ensures proper linking and rendering across compatible Markdown environments.