img-paste-devs / img-paste.vim

paste image to markdown
383 stars 86 forks source link

Better support for latex #48

Open yushangakki opened 4 years ago

yushangakki commented 4 years ago

In latex, only the path of the picture is needed (the rest could be done by snippet, which is separate)

For the original path (like ![name_picture](path)), I put it under the markdown and pandoc filetype.

ferrine commented 4 years ago

I think you should implement a function per file type and then choose the correct implementation

krisgry commented 3 years ago

Perhaps my PR, #56, could be of interest?

ferrine commented 2 years ago

Can we close this PR? Or there is still something to resolve?