obsidian-markdown

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

2|Updated May 30, 2026
One-click install
npx skills add https://github.com/virahitvin8/crafty-gis --skill obsidian-markdown-virahitvin8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/virahitvin8/crafty-gis/tree/main/GIT_STAR/assignment-generator/antigravity-skills-main/antigravity-skills-main/skills/obsidian-markdown
Command: npx skills add https://github.com/virahitvin8/crafty-gis --skill obsidian-markdown-virahitvin8

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Writing notes for Obsidian requires syntax beyond standard Markdown—wikilinks, embeds, callouts, and YAML properties—and using the wrong syntax produces broken links, missing embeds, or unrendered callouts in the vault. ## Core Features & Use Cases - Wikilinks and Block References: Create internal links with [[Note]], heading links, block IDs, and custom display text that Obsidian tracks across renames. - Embeds and Callouts: Embed notes, images, PDFs, audio, and search results with ![[...]], and build foldable or nested callouts using > [!type] syntax. - Properties and Tags: Define YAML frontmatter with tags, aliases, cssclasses, dates, and custom property types for vault organization. - Use Case: When drafting a project note in Obsidian, generate a complete file with frontmatter, task lists, a warning callout for deadlines, an embedded architecture diagram, and links to related meeting notes. ## Quick Start Create an Obsidian note for 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 internal links in Obsidian notes?

Use wikilink syntax with double brackets like [[Note Name]] to link between notes in your 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 add callouts in Obsidian Markdown?

Write a blockquote starting with > [!type] where type is note, tip, warning, info, or another supported type. Add a custom title after the type, and use a minus sign (> [!faq]-) to make the callout collapsed by default or plus for expanded.

What is the difference between wikilinks and Markdown links in Obsidian?

Wikilinks ([[Note]]) connect notes within your vault and are automatically updated by Obsidian when notes are renamed. Standard Markdown links ([text](url)) should be reserved for external URLs outside the vault.

How do I embed images or PDFs in an Obsidian note?

Prefix a wikilink with an exclamation mark, such as ![[image.png]] or ![[document.pdf#page=3]]. You can control image size with a pipe parameter like ![[image.png|300]] for width or ![[image.png|640x480]] for exact dimensions.

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 can be written inline in the note body or listed under the tags property in YAML frontmatter.