obsidian-markdown

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

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Syedyasir001/rvu-LIBFLOW --skill obsidian-markdown-syedyasir001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/Syedyasir001/rvu-LIBFLOW/tree/main/.agent/skills/library/obsidian-markdown
Command: npx skills add https://github.com/Syedyasir001/rvu-LIBFLOW --skill obsidian-markdown-syedyasir001

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, allowing users to leverage Obsidian-specific syntax without manual formatting.

Core Features & Use Cases

  • Obsidian Syntax Support: Utilize wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax.
  • Markdown Integration: Maintain standard Markdown functionality for headings, bold, italic, lists, quotes, code blocks, and tables.
  • Use Case: Ideal for users working with .md files in Obsidian or needing to create Markdown content with Obsidian-specific features.

Quick Start

To create a new note with frontmatter and content, use the command: create_note "Note Title" --properties "title:My Note Title date:2024-01-15 tags:project active" --content "This is the 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 Flavored Markdown files with wikilinks and callouts?

Obsidian Flavored Markdown adds wikilinks, embeds, callouts, and properties to standard Markdown syntax, allowing you to create linked notes and structured metadata within .md files specifically for the Obsidian platform.

Can I use standard Markdown syntax like tables and code blocks alongside Obsidian properties?

Yes, standard Markdown syntax for headings, bold, italic, lists, quotes, code blocks, and tables is fully supported alongside Obsidian-specific properties, wikilinks, embeds, and callouts, maintaining complete Markdown functionality.

How do I add frontmatter properties to a Markdown note for Obsidian?

To add frontmatter properties to an Obsidian Markdown note, use the command: create_note "Note Title" --properties "title:My Note date:2024-01-15 tags:project" --content "This is the note content." to generate structured metadata.

Does the Obsidian markdown editor support standard Markdown functionality?

Yes, an Obsidian markdown editor supports standard Markdown functionality for headings, bold, italic, lists, quotes, code blocks, and tables, while also utilizing Obsidian-specific syntax for wikilinks, embeds, callouts, and properties.

Do I need a specific Markdown editor to view Obsidian Flavored Markdown files?

Yes, you need a Markdown editor that supports Obsidian Flavored Markdown to properly render wikilinks, embeds, callouts, and properties, as these Obsidian-specific syntax elements require compatible editor support to display correctly.