Obsidian Flavored Markdown
Obsidian Flavored Markdown is the markdown variant implemented in Obsidian, a personal knowledge management application. It extends standard markdown with syntax features designed for note-taking and knowledge organization. The flavor includes wikilinks using double bracket syntax (note name) for creating internal connections between notes, inline tags using the hash symbol (#tag), and block references that allow users to link to and embed specific sections of notes rather than entire documents.
Key Features
The syntax supports bidirectional linking, where references between notes are automatically tracked and displayed, creating a network graph of interconnected knowledge. Obsidian also implements callout blocks (using > [!NOTE] syntax) for highlighting different types of information, and supports embedding files, images, and queries directly within notes. These features make the markdown flavor particularly suited for building personal knowledge bases where relationships between concepts matter as much as the individual notes themselves.
Integration and Use
Obsidian Flavored Markdown files are stored as plain text, allowing them to be synchronized with version control systems like GitHub and integrated with external tools. This portability enables workflows combining Obsidian with other platforms, including AI-assisted code generation tools. The format remains human-readable while supporting the structured linking necessary for effective knowledge management at scale.
Source Notes
- 2026-04-08: Obsidian + Claude Code: The Second Brain Setup That Actually Works