obsidian-markdown

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

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/michaelschecht/Edge-Radar --skill obsidian-markdown-michaelschecht
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/michaelschecht/Edge-Radar/tree/main/.claude/skills/obsidian-markdown
Command: npx skills add https://github.com/michaelschecht/Edge-Radar --skill obsidian-markdown-michaelschecht

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the creation and editing of Obsidian Flavored Markdown, enabling users to efficiently manage their notes and internal links.

Core Features & Use Cases

  • Obsidian-Specific Syntax: Offers support for wikilinks, embeds, callouts, and properties.
  • Frontmatter: Generates YAML frontmatter with properties like title, tags, and aliases.
  • Quick Start: Create a new note with properties and content using Obsidian-specific syntax.

Quick Start

Start a new note with the following frontmatter and content:

---
title: My Note
date: 2024-01-15
tags:
  - project
  - active
aliases:
  - Alternative Name
cssclasses:
  - custom-class
---
# My Note Content

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 markdown notes with YAML frontmatter and wikilinks?

YAML frontmatter in Obsidian markdown supports properties such as title, date, tags, aliases, and cssclasses, allowing you to define metadata that structures and organizes notes within the Obsidian platform.

Can I use wikilinks, embeds, and callouts in standard markdown editors?

Wikilinks, embeds, and callouts are Obsidian-specific syntax extensions that standard markdown editors typically do not support, requiring an Obsidian-flavored markdown processor for correct rendering.

What is the best way to automate note-taking with Obsidian Flavored Markdown?

Automating Obsidian Flavored Markdown involves using scripts to generate notes complete with YAML frontmatter and internal links, streamlining the creation and editing process for the Obsidian platform.

Does this approach to markdown editing support internal links and properties management?

Yes, this markdown editing approach specifically supports managing internal links via wikilinks and handling note properties through YAML frontmatter, ensuring seamless note-taking within Obsidian.

When do I need to use Obsidian Flavored Markdown instead of regular markdown?

Obsidian Flavored Markdown is needed when you require Obsidian-specific features like wikilinks for internal linking, callouts, embeds, and YAML properties, which standard markdown does not provide.