obsidian-markdown

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Obsidian uses a rich set of features (wikilinks, embeds, callouts, frontmatter, and other syntax) that require consistent syntax and tooling. This skill provides a clear, reusable pattern to create and edit notes that render correctly in Obsidian vaults.

Core Features & Use Cases

  • Frontmatter properties: define title, tags, aliases, and styling hooks for notes.
  • Wikilinks and embeds: connect notes and embed content across the vault.
  • Obsidian-specific formatting: use callouts, highlights, and special syntax to organize information.
  • Use Case: Write a project note that links to related notes, embeds a document, and exposes task lists across the vault for easy navigation.

Quick Start

Create a new note named "Project Atlas" with a title in frontmatter and wikilink several related 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 markdown with frontmatter and wikilinks?

Obsidian markdown with frontmatter and wikilinks is created by applying reusable formatting patterns for properties, internal links, and embeds. This ensures notes render correctly within an Obsidian vault.

What is the best way to embed documents and use callouts in Obsidian notes?

The best way to embed documents and use callouts in Obsidian notes is to apply Obsidian-specific formatting syntax. This organizes information and connects related notes seamlessly across the vault.

Does this approach support vault maintenance and cross-note linking?

Yes, this approach supports vault maintenance and cross-note linking by generating correct wikilinks and embeds. It reduces manual overhead when authoring and updating connected project notes.

How do I add frontmatter properties like tags and aliases to my notes?

Frontmatter properties like tags and aliases are added by defining them in the note's metadata section. This provides styling hooks and exposes task lists for easy navigation within the vault.

Why use specialized syntax for Obsidian-flavored markdown instead of standard markdown?

Specialized syntax for Obsidian-flavored markdown is used to enable advanced features like callouts, highlights, and embeds. Standard markdown lacks these specific formatting rules required for proper vault rendering.