
I write a lot of Markdown! However, one of the few things easier to do in Word Or Google Drive is to include pictures.
With Markdown, you paste your image from clipboard, but then you have to rename the file, move to correct folder, and then fix the markdown path to it. This extension makes that process a lot easier. It will prompt you for the image name, and then automatically put the image in the correct place.
This project started after issues with mushan.vscode-paste-image. I looked for an alternative and finding out that it looked like there were half a dozen copies and most were forks, or no longer maintained. None of them had tests!
I decided to use Anthony Fu's repo for vscode-smart-clicks as a starting point. And then build from there to have the features that I wanted.
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
ext install chris-towles.markdown-paste-image
If you haven't looks at what goes into VS Code extensions, you should. It's pretty easy to do, and it's a good way to learn. I use this extension every day and its in all my work repos as well!