Guide for creating and editing Obsidian notes using Obsidian Flavored Markdown (OFM). Covers wikilinks, embeds, callouts, YAML properties, and knowledge organization best practices.
When creating or editing notes in the user's Obsidian vault, follow these conventions.
[[Note Name]] # link to a note
[[Note Name|Display Text]] # custom display text
[[Note Name#Heading]] # link to a heading
[[Note Name#^block-id]] # link to a block
[ ] # ^ | \![[Note Name]] # embed entire note
![[Note Name#Heading]] # embed a section
![[image.png]] # embed image
![[image.png|300]] # embed with width
> [!note] Title
> Content here
> [!tip] Tip title
> Useful advice
> [!warning] Warning
> Important caution
> [!info]- Collapsible (collapsed by default)
> Hidden content
Available types: note, tip, warning, important, info, abstract, todo, example, question, quote, bug, success, failure, danger
Always start notes with frontmatter properties:
---