“Enable pasting images into .md/.mdx to auto-generate Markdown links with a custom save path”

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:

  1. Saves the image to a custom path I specify, and
  2. Inserts the proper Markdown syntax: alt text
    This would make it much easier to manage images in docs and keep asset paths organized.