mushanshitiancai / vscode-paste-image

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

Azure Blob Storage support #23

Closed devlead closed 5 years ago

devlead commented 6 years ago

We often try to keep binaries out of GIT repositories, it would be nice if it was possible on paste to upload image to Azure Blob Storage and get blob absolute url to uploaded file as markdown.

mushanshitiancai commented 6 years ago

Hello, I got your point. And I think many people have the same needs.

But there are so many third part storage service, it's hard to implement all of them to cover everyone needs.

If you are interest in this project, you can fork and add Azure Blob Storage support, Let's make this extension better!