Skip to content

Images in content

Image Manager speeds up inserting images and managing attachments without leaving Obsidian.

Ctrl/Cmd + ' opens the search modal: filter local attachments and press Enter to insert at the cursor.

Ctrl/Cmd + Shift + ' prompts for a URL and can write it to the image property (useful for Unsplash or other hosts).

Local images often live under ./attachments in the vault. Pasting or dragging into a note may place files there.

FieldPurpose
imageCover or hero image URL or path
imageAltAlt text
imageOGtrue to use this image for Open Graph
hideCoverImagetrue 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: true
hideCoverImage: false

Image Manager can be configured with Unsplash as a provider: search from the modal (Ctrl/Cmd + ') or paste URLs with Ctrl/Cmd + Shift + '.

  • Alt text — Describe the image for accessibility and SEO.
  • OG images — Set imageOG: true when you want a specific social preview; themes may fall back to a default otherwise.

Plugin reference: Image Manager.