obsidian-markdown

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

2|Updated Aug 15, 2025
One-click install
npx skills add https://github.com/Grupo-6-ADS-B/FittNutri --skill obsidian-markdown-grupo-6-ads-b
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/Grupo-6-ADS-B/FittNutri/tree/main/.claude/skills/obsidian/obsidian-markdown
Command: npx skills add https://github.com/Grupo-6-ADS-B/FittNutri --skill obsidian-markdown-grupo-6-ads-b

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Writing notes for Obsidian requires knowledge of its extended Markdown syntax—wikilinks, embeds, callouts, properties, and block references—that goes beyond standard Markdown. This Skill ensures every note you create or edit uses valid Obsidian Flavored Markdown that renders correctly in the app. ## Core Features & Use Cases - Wikilinks & Block References: Create internal links with [[Note]], heading links, block IDs, and custom display text for connected vault notes. - Embeds & Callouts: Embed notes, images, PDFs, audio, and search queries inline, plus use all 13 callout types with folding and nesting. - Properties & Frontmatter: Add YAML frontmatter with tags, aliases, dates, and custom property types for organization and graph view. - Use Case: Ask the AI to draft a project note for your Obsidian vault, and it will produce a complete file with frontmatter, wikilinks to related notes, a warning callout for deadlines, and an embedded architecture diagram. ## Quick Start Create an Obsidian note about my project with frontmatter tags, a warning callout for the deadline, and links 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 notes within your vault. Add a pipe for custom display text ([[Note|Text]]), a hash for heading links ([[Note#Heading]]), or a caret for block references ([[Note#^block-id]]).

How do I add callouts in Obsidian Markdown?

Use blockquote syntax with a type keyword: > [!note] followed by indented content. Obsidian supports 13 types including warning, tip, and danger, and you can make callouts foldable by appending - (collapsed) or + (expanded) after the type.

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

Wikilinks ([[Note]]) connect notes inside your vault and are automatically updated when notes are renamed. Standard Markdown links ([text](url)) are for external URLs. Use wikilinks for internal connections and Markdown links only for external resources.

Does Obsidian support embedding images and PDFs in notes?

Yes, prefix any wikilink with an exclamation mark to embed content: ![[image.png]] for images (with optional size like |300) and ![[document.pdf#page=3]] for specific PDF pages. Audio, video, and search query embeds are also supported.

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 or listed under the tags property in frontmatter.