image always not found
Opened this issue · 6 comments
jackjia2017 commented
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
Hi, can you confirm that the image is saved?
jackjia2017 commented
yes, image's saved at 'img/image_2021-05-06-14-04-28.png'
ferrine commented
Can you open the image with any viewer?
jackjia2017 commented
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
This should be a problem with the markdown preview application
jackjia2017 commented
u are right
i switched to another plugin, it worked well.
best regards