telesoho / vscode-markdown-paste-image

Smartly paste for Markdown.
MIT License
135 stars 41 forks source link

Paste as base64 instead of local file link #36

Closed lekoOwO closed 3 years ago

lekoOwO commented 3 years ago

I'd like to ask for the mentioned feature, it'll be really great to embed the image in the markdown file!

we can do

... contents
![My Image][my_img]
...contents

[my_img]: data:image/png;base64,blahblahblahblah

By attaching the base64 on the end of file instead of inline it, it won't be ugly but still embed in file.

I really hopy this feature is supported, thank you.

telesoho commented 3 years ago

@lekoOwO Embed base64 image now supported from version 0.13.1.