obsidian-markdown

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

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/BeargleIndustries/beargle-plugins --skill obsidian-markdown-beargleindustries
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/BeargleIndustries/beargle-plugins/tree/main/plugins/obs-vault/skills/obsidian-markdown
Command: npx skills add https://github.com/BeargleIndustries/beargle-plugins --skill obsidian-markdown-beargleindustries

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you create and edit Markdown files with Obsidian's specific syntax, ensuring your notes are correctly formatted for linking, embedding, and advanced features.

Core Features & Use Cases

  • Wikilinks: Create internal links between notes using [[Note Name]].
  • Embeds: Embed content from other notes, images, or PDFs using ![[embed]].
  • Callouts: Highlight important information using > [!type].
  • Properties: Define metadata for your notes using YAML frontmatter.
  • Use Case: When writing a new note in Obsidian, use this Skill to ensure you correctly implement wikilinks to related topics, embed relevant images, and add a callout for a critical reminder.

Quick Start

Use the obsidian-markdown skill to create a new note with a title, date, and a wikilink to another note.

Frequently Asked Questions about obsidian-markdown

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create wikilinks and embeds in Obsidian Markdown?

Obsidian Markdown creates wikilinks using `[[Note Name]]` and embeds content like images or PDFs using `![[embed]]` syntax. This ensures your notes are correctly formatted for internal linking and content integration within your vault.

What is the syntax for Obsidian callouts and properties?

Obsidian callouts use the `> [!type]` syntax to highlight critical information, while properties use YAML frontmatter to define note metadata. These extensions facilitate advanced note-taking and knowledge management directly within Obsidian.

Does Obsidian Flavored Markdown support standard CommonMark and GFM?

Obsidian Flavored Markdown builds upon standard CommonMark and GitHub Flavored Markdown (GFM) by adding unique syntax extensions. You get seamless integration of wikilinks, embeds, callouts, and properties while maintaining baseline markdown compatibility.

How do I format a new Obsidian note with metadata and internal links?

Format a new Obsidian note by defining metadata in YAML frontmatter properties, writing the main content, and inserting `[[wikilinks]]` to related topics. This structured approach ensures proper knowledge management and vault connectivity.

Why are my Obsidian embeds not displaying correctly in notes?

Obsidian embeds require precise `![[embed]]` syntax to display content from other notes, images, or PDFs. Using incorrect brackets or missing the exclamation mark causes rendering failures, preventing proper content integration within the vault.

Can I use Obsidian Markdown for general knowledge management outside of Obsidian?

Obsidian Markdown relies on specific syntax extensions like wikilinks and callouts that are unique to Obsidian vaults. While the base GFM and CommonMark text is portable, features like `![[embeds]]` and `> [!callouts]` require the Obsidian platform to render correctly.