img-paste-devs / img-paste.vim

paste image to markdown
383 stars 86 forks source link

After i operate , there is no image save in the mdip_imgdir. #57

Closed bushnerd closed 3 years ago

bushnerd commented 3 years ago

I am on Ubuntu 18.04 of WSL 1, and xclip version is 0.12(I also downloaded the 0.13 version, and it niether does not work) After i enter the keybind, the directory will be created, but there is no image file.

I think the problem may be the xclip. So i try the command: $ xclip -selection clipboard -t image/png -o > 1.png Error: target image/png not available

Then i check the targets xclip supports. $ xclip -selection clipboard -t TARGETS -o TARGETS COMPOUND_TEXT UTF8_STRING STRING There is no image/png.

So is there another way i can use this wonderful plugin?