obsidian-markdown

Create and edit Obsidian-flavored Markdown notes with wikilinks, embeds, callouts, and frontmatter.

Updated Dec 26, 2023
One-click install
npx skills add https://github.com/Selogaz/Obsidian-vault-cpp --skill obsidian-markdown-selogaz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/Selogaz/Obsidian-vault-cpp/tree/main/skills/obsidian-markdown
Command: npx skills add https://github.com/Selogaz/Obsidian-vault-cpp --skill obsidian-markdown-selogaz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Obsidian-flavored Markdown unlocks vault-specific features like wikilinks, embeds, callouts, and frontmatter. This skill provides a structured guide to create and edit notes that leverage Obsidian syntax, ensuring consistent formatting and quick access to linked content.

Core Features & Use Cases

  • Create and edit notes with Obsidian syntax (wikilinks, embeds, callouts, frontmatter) while preserving standard Markdown compatibility.
  • Manage internal connections with wikilinks and embeds to reflect vault knowledge graphs.
  • Apply YAML frontmatter for properties such as title, tags, aliases, and CSS classes to enable advanced organization and search.

Quick Start

Create a new Obsidian note with frontmatter and wikilinks to see Obsidian syntax in action.

Frequently Asked Questions about obsidian-markdown

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

FAQPage Schema
How do I create Obsidian markdown notes with wikilinks and frontmatter?

To create Obsidian markdown notes, use [[Note]] for wikilinks, ![[Note]] for embeds, and YAML frontmatter for properties like title, tags, and aliases to ensure consistent formatting and linking across your vault.

What is the syntax for Obsidian callouts and embeds in markdown?

Obsidian callouts use the > [!type] syntax, while embeds use ![[Note]] to inline linked content. These markdown formats enable structured styling and quick access to referenced notes within your personal knowledge base.

Can I use standard markdown with Obsidian-flavored syntax?

Yes, you can use standard markdown with Obsidian-flavored syntax. This approach preserves standard markdown compatibility while adding vault-specific features like wikilinks, embeds, callouts, and YAML frontmatter for advanced organization.

How do I manage tags and aliases in Obsidian frontmatter?

You manage tags and aliases in Obsidian frontmatter by using YAML properties at the top of your markdown notes. Defining title, tags, aliases, and CSS classes enables advanced organization and search across multi-note workflows.

Does this approach support multi-note workflows and vault knowledge graphs?

Yes, this markdown formatting approach supports multi-note workflows by managing internal connections with wikilinks and embeds. This reflects vault knowledge graphs and enables consistent property management across multiple notes.