Feature request for product/service
Cursor IDE
Describe the request
Currently, when I paste an image into a .md/.mdx file, Cursor just inserts the filename like image.png without generating a Markdown image link or letting me choose where to save the file. I’d like a workflow where paste automatically:
- Saves the image to a custom path I specify, and
- Inserts the proper Markdown syntax:
This would make it much easier to manage images in docs and keep asset paths organized.
