obsidian-markdown

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

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/NT-boop-star/BRMV-tract --skill obsidian-markdown-nt-boop-star
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/NT-boop-star/BRMV-tract/tree/main/antigravity/skills/obsidian-markdown
Command: npx skills add https://github.com/NT-boop-star/BRMV-tract --skill obsidian-markdown-nt-boop-star

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Writing notes for Obsidian requires knowledge of its proprietary Markdown extensions like wikilinks, embeds, callouts, and frontmatter properties, which differ from standard Markdown and are easy to get wrong. ## Core Features & Use Cases - Wikilinks and Embeds: Create internal note links with [[Note]] syntax, link to headings and blocks, and embed notes, images, PDFs, and audio inline. - Callouts and Properties: Add styled callout blocks with foldable and nested variants, plus YAML frontmatter properties like tags, aliases, and cssclasses. - Use Case: When drafting a project note in an Obsidian vault, use this Skill to add correct frontmatter, link related notes with wikilinks, embed an architecture diagram, and highlight deadlines with callouts that render properly in reading view. ## Quick Start Create an Obsidian note about my project with frontmatter tags, a warning callout for the deadline, and a wikilink to my meeting 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 wikilinks in Obsidian Markdown?

Wikilinks use double brackets like [[Note Name]] to link notes within a vault. Add a pipe for custom display text ([[Note|Text]]), a hash for headings ([[Note#Heading]]), or a caret for block references ([[Note#^block-id]]).

How do I embed images and PDFs in Obsidian notes?

Prefix any wikilink with an exclamation mark to embed content, such as ![[image.png]] or ![[document.pdf#page=3]]. You can control image size with a width parameter like ![[image.png|300]].

What callout types does Obsidian support?

Obsidian supports 13 callout types including note, tip, warning, info, example, quote, bug, danger, success, failure, question, abstract, and todo. Callouts can be foldable with + or - suffixes and can be nested inside each other.

When should I use wikilinks versus standard Markdown links?

Use wikilinks for notes within your Obsidian vault because Obsidian automatically updates them when notes are renamed. Use standard Markdown links with [text](url) syntax only for external URLs.

What characters are allowed in Obsidian tags?

Obsidian tags can contain letters in any language, numbers (not as the first character), underscores, hyphens, and forward slashes for nesting like #project/active. Tags work both inline and in the frontmatter tags property.