Markdown Image Paste ProOn paste: prompts for alt-text and auto-suggests kebab-case filename from it. Tired of generic GUID filenames cluttering your repository after pasting screenshots? This extension intercepts the paste operation before the file is created, prompting once for a descriptive name — the image is saved with the right filename from the start. This extension follows a minimal-intervention philosophy — it intercepts the image paste flow only to prompt for alt-text and filename, then integrates seamlessly with VS Code's standard behavior. This design ensures maximum stability and implements what should ideally be core functionality. After pasting an image, you're prompted to enter alt-text:
The filename is auto-suggested based on your alt-text:
The file is saved and the markdown link is inserted:
Features
Planned FeaturesAdditional image format support (WebP, JPEG) is under consideration. If you'd like to see this feature, show your interest by:
Preview of planned configuration:
With DevelopmentSee DEVELOPMENT.md for setup, build instructions, and architecture details. LicenseThe source code and strings are licensed under the MIT License. |


