image.nvim icon indicating copy to clipboard operation
image.nvim copied to clipboard

Images not displaying in org mode

Open Tesohh opened this issue 3 months ago • 2 comments

Hello, i wanted to use this plugin for nvim-orgmode. However, it doesn't seem to work as intended (or I can't figure out what i'm doing wrong.)

Image

It works perfectly in markdown.

Image

but not with .org files.

I'm running on WezTerm, but i tried it in kitty and got the same result.

Here is my report:

System Information

OS: Darwin
Neovim: 0.11.3
Process Tree: nvim(22572) <- nvim(22571) <- -zsh(56722) <- /Applications/WezTerm.app/Contents/MacOS/wezterm-gui(1888)
TERM: xterm-256color

Plugin Configuration

{
    "debug": {
      "enabled": false,
      "file_path": "/tmp/image.nvim.log",
      "level": "debug",
      "format": "compact",
    },
    "max_width_window_percentage": 100,
    "ignore_download_error": false,
    "editor_only_render_when_focused": false,
    "processor": "magick_rock",
    "integrations": {
      "typst": {
        "enabled": true,
      },
      "markdown": {
        "enabled": true,
      },
      "org": {
        "enabled": true,
      },
      "neorg": {
        "enabled": true,
      },
      "css": {
        "enabled": false,
      },
      "html": {
        "enabled": false,
      },
      "syslang": {
        "enabled": true,
      },
    },
    "window_overlap_clear_ft_ignore": {
      1: "cmp_menu",
      2: "cmp_docs",
      3: "snacks_notif",
      4: "scrollview",
      5: "scrollview_sign",
    },
    "max_height_window_percentage": 50,
    "window_overlap_clear_enabled": false,
    "backend": "kitty",
    "hijack_file_patterns": {
      1: "*.png",
      2: "*.jpg",
      3: "*.jpeg",
      4: "*.gif",
      5: "*.webp",
      6: "*.avif",
    },
    "tmux_show_only_in_active_window": false,
    "kitty_method": "normal",
    "scale_factor": 1,
  }

Processor Information

Active Processor: magick_rock
Magick Rock Available: true
Magick Rock Version: 1.6.0

Backend Information

Active Backend: kitty
Kitty PID: N/A
Backend Features: {
  crop = true
}

Images

Tesohh avatar Aug 29 '25 19:08 Tesohh

Hey, it might be that the org integration needs to be extended, does this work?

   [[cat.jpeg][title]]

3rd avatar Aug 30 '25 23:08 3rd

Hey, it might be that the org integration needs to be extended, does this work?

   [[cat.jpeg][title]]

I can confirm that when an image has a title it will work, however without a title it will not.

Please see example below.

Image

bloodstiller avatar Sep 27 '25 19:09 bloodstiller