obsidian-markdown

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

Updated Jun 25, 2023
One-click install
npx skills add https://github.com/iwbc-mzk/obsidian --skill obsidian-markdown-iwbc-mzk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/iwbc-mzk/obsidian/tree/main/.claude/skills/obsidian-markdown
Command: npx skills add https://github.com/iwbc-mzk/obsidian --skill obsidian-markdown-iwbc-mzk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users create and edit notes using Obsidian's specific Markdown extensions, ensuring proper formatting for wikilinks, embeds, callouts, and properties.

Core Features & Use Cases

  • Obsidian-Specific Syntax: Supports wikilinks, embeds, callouts, properties, tags, comments, highlighted text, LaTeX, Mermaid diagrams, and footnotes.
  • Workflow Guidance: Provides step-by-step instructions for creating new Obsidian notes.
  • Use Case: When writing a new note in Obsidian, use this Skill to correctly format internal links to other notes using [[wikilinks]] and add visually distinct information blocks with > [!note].

Quick Start

Use the obsidian-markdown skill to create a new note with a title, tags, 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 format wikilinks and callouts when writing notes in Obsidian?

To format wikilinks and callouts in Obsidian, you use specific markdown extensions like double brackets for internal links and blockquote syntax with `[!note]` for visually distinct information blocks.

What is the best way to add YAML frontmatter properties to an Obsidian markdown file?

Adding YAML frontmatter properties to Obsidian markdown involves inserting key-value pairs enclosed in triple dashes at the very beginning of your note to structure metadata for discoverability.

Can I embed content and use LaTeX in Obsidian markdown?

Yes, you can embed content and use LaTeX in Obsidian markdown by utilizing specific syntax extensions designed for rendering mathematical formulas and embedding internal notes or media directly.

Does standard markdown support Obsidian's wikilinks and comments syntax?

Standard markdown does not support Obsidian's wikilinks and comments syntax, as Obsidian uses its own flavored markdown extensions to facilitate advanced note-taking and knowledge management features.

How do I create a new Obsidian note with tags and internal links step by step?

To create a new Obsidian note, you structure the document by adding YAML frontmatter for tags, writing content in markdown, and linking to other notes using `[[wikilinks]]` for knowledge graph connectivity.

When should I use Obsidian markdown callouts instead of standard blockquotes?

You should use Obsidian markdown callouts instead of standard blockquotes when you need visually distinct, categorized information blocks like warnings or notes that render with specific styling and titles.