Images in content
Image Manager speeds up inserting images and managing attachments without leaving Obsidian.
Insert an image in the body
Section titled “Insert an image in the body”Ctrl/Cmd + ' opens the search modal: filter local attachments and press Enter to insert at the cursor.
Remote image in frontmatter
Section titled “Remote image in frontmatter”Ctrl/Cmd + Shift + ' prompts for a URL and can write it to the image property (useful for Unsplash or other hosts).
Attachments folder
Section titled “Attachments folder”Local images often live under ./attachments in the vault. Pasting or dragging into a note may place files there.
Frontmatter fields
Section titled “Frontmatter fields”| Field | Purpose |
|---|---|
image | Cover or hero image URL or path |
imageAlt | Alt text |
imageOG | true to use this image for Open Graph |
hideCoverImage | true to hide cover on the page |
Example:
image: "https://images.unsplash.com/photo-example"imageAlt: "A laptop on a desk with code on the screen"imageOG: truehideCoverImage: falseUnsplash
Section titled “Unsplash”Image Manager can be configured with Unsplash as a provider: search from the modal (Ctrl/Cmd + ') or paste URLs with Ctrl/Cmd + Shift + '.
Practices
Section titled “Practices”- Alt text — Describe the image for accessibility and SEO.
- OG images — Set
imageOG: truewhen you want a specific social preview; themes may fall back to a default otherwise.
Plugin reference: Image Manager.