obsidian-markdown

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

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/vZulin/overlay-clock-timer --skill obsidian-markdown-vzulin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/vZulin/overlay-clock-timer/tree/main/.codex/skills/macos-design/obsidian-markdown
Command: npx skills add https://github.com/vZulin/overlay-clock-timer --skill obsidian-markdown-vzulin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Notes in Obsidian often require consistent formatting and syntax to leverage features like wikilinks, embeds, callouts, and YAML frontmatter across vaults. This skill provides reliable tooling to create and edit Obsidian-flavored Markdown that adheres to Obsidian's conventions.

Core Features & Use Cases

  • Create and edit Obsidian-flavored Markdown with internal links, embeds, callouts, and YAML frontmatter.
  • Manage frontmatter and tags to support metadata-driven workflows and cross-note references.
  • Use cases include drafting knowledge bases, personal journals, and project documentation with consistent syntax.

Quick Start

Create or edit Obsidian-style notes that include wikilinks like [[Note]] and embeds like ![[Note.png]] along with YAML frontmatter.

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

Obsidian markdown notes use wikilinks like [[Note]] and YAML frontmatter for metadata. You can create and edit these notes by combining standard markdown syntax with internal links, embeds such as ![[Note.png]], and callouts to ensure valid vault content.

What is the best way to format embeds and callouts for an Obsidian vault?

Formatting embeds and callouts in an Obsidian vault requires using specific syntax like ![[Note.png]] for media and blockquotes for callouts. This ensures internal references and embedded media render correctly within your knowledge base.

Does this approach support frontmatter properties and internal links for cross-note references?

Yes, the approach supports YAML frontmatter properties and internal wikilinks to manage metadata-driven workflows. This allows you to maintain consistent cross-note references and structure across your project documentation.

Can I use standard markdown syntax alongside Obsidian flavored markdown features?

Yes, you can use typical markdown syntax alongside Obsidian flavored markdown features. This includes combining standard formatting with wikilinks, callouts, and frontmatter to produce valid and comprehensive Obsidian notes.

How do I manage tags and frontmatter to support metadata-driven workflows in Obsidian?

Managing tags and frontmatter in Obsidian involves defining YAML properties at the top of your notes. This structure supports metadata-driven workflows by enabling consistent tagging and cross-note references throughout your vault.

When do I need to use wikilinks and block embeds instead of standard markdown links?

Wikilinks and block embeds are needed when working within an Obsidian vault that relies on internal connections. Using [[Note]] syntax instead of standard links ensures your notes leverage Obsidian's internal graph and embedded media features.