mushanshitiancai / vscode-paste-image

paste image from clipboard to markdown/asciidoc directly!
MIT License
423 stars 128 forks source link

Encode image file path #25

Closed raphaelfeng closed 6 years ago

raphaelfeng commented 6 years ago

If there are special characters like spaces in the image file, the image won't show correctly.

Fix it by encoding the image path in the markdown or asciidoc file.

mushanshitiancai commented 6 years ago

Thank you for your pull request very much!!

I have implement this function is new version, and can use configuration pasteImage.encodePath to control the encoding behaviour.