3rd / image.nvim

🖼️ Bringing images to Neovim.
MIT License
1.03k stars 42 forks source link

[Feature Request] Support inline encoded image #135

Open lkhphuc opened 6 months ago

lkhphuc commented 6 months ago

Some markdown file comes with image data encoded inline, such as

![Screenshot.png](data:image/png;base64,iVBORw0K .....)

I wonder if this can be supported by the plugin, potentially by writing it a tmp file and render it?

Thanks for the plugin.