obsidian-markdown

Create and edit Obsidian notes with Obsidian Flavored Markdown features.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/lucasFR2/LogiSync --skill obsidian-markdown-lucasfr2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/lucasFR2/LogiSync/tree/main/skills/obsidian-markdown
Command: npx skills add https://github.com/lucasFR2/LogiSync --skill obsidian-markdown-lucasfr2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you easily create and manage notes in Obsidian, including markdown formatting, linking between notes, embedding content, and more.

Core Features & Use Cases

  • Markdown Editing: Supports Obsidian-specific markdown syntax, such as wikilinks, callouts, frontmatter, tags, and embeds.
  • Internal Linking: Link between notes using wikilinks, and link external resources with Markdown links.
  • Embedding Content: Embed notes, images, PDFs, and other files directly into your Markdown content.
  • Use Case: For Obsidian users looking to format and link notes efficiently, while keeping their document organized.

Quick Start

Write a new note and add the frontmatter properties, then write your content using standard and Obsidian-specific Markdown syntax.

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, write your content using standard markdown syntax and add frontmatter properties at the top, using wikilinks for internal linking between notes.

Can I embed images and PDFs directly into my Obsidian markdown files?

Yes, you can embed images, PDFs, and other files directly into your Obsidian markdown content by using the platform's specific embedding syntax within your .md files.

What is the best way to format internal links between notes in Obsidian?

The best way to format internal links in Obsidian is by using wikilinks to connect notes within your vault, while standard markdown links should be used to reference external resources.

Does this approach support Obsidian-specific markdown features like callouts and tags?

Yes, this approach supports Obsidian Flavored Markdown features including callouts, frontmatter, tags, wikilinks, and content embedding to keep your documents organized.

Why use wikilinks instead of standard markdown links for internal note taking?

Wikilinks are used for internal note taking in Obsidian to connect notes within the vault efficiently, whereas standard markdown links are reserved for linking external resources.

How do I add frontmatter properties to an Obsidian markdown file?

To add frontmatter properties to an Obsidian markdown file, insert a YAML block at the beginning of your note before writing your standard and Obsidian-specific markdown content.