img-paste-devs / img-paste.vim

paste image to markdown
383 stars 86 forks source link

image always not found #53

Open jackjia2017 opened 3 years ago

jackjia2017 commented 3 years ago

my only configuration is shortcut as follow : autocmd FileType markdown nmap p :call mdip#MarkdownClipboardImage()

but pasting not work for me, while development console print img "not found", and i'm using vim-instant-markdown to preview in explorer.

pls help me thanks very much

ferrine commented 3 years ago

Hi, can you confirm that the image is saved?

jackjia2017 commented 3 years ago

yes, image's saved at 'img/image_2021-05-06-14-04-28.png'

ferrine commented 3 years ago

Can you open the image with any viewer?

jackjia2017 commented 3 years ago

yeah, it can be opened by Nomacs, it's correct ! by the way, i reinstalled my vim with building src code, then i'll check if it is good with it. thanks

ferrine commented 3 years ago

This should be a problem with the markdown preview application

jackjia2017 commented 3 years ago

u are right i switched to another plugin, it worked well. best regards