Thanks for reporting a bug you have found in Cursor!
Please add the following info to help us diagnose your issue:
Check the forum to ensure the issue hasn’t been reported already
Provide a clear description of the bug
I can directly paste the image from the clipboard into the md file (actually, it saves in my workspace and paste the link in the md file). but at some point, I failed to do so and after pasting it will only put the plaintext image.png into the md file, either saving the image in the workspace. I checked my settings.json and I do have these configurations:
"editor.pasteActions.enabled": true,
"markdown.copyFiles.destination": {
"**/*": "${documentDirName}/assets/"
},
However, in vscode, I can do so as expected.
Also, it’s worth mentioning that I can drag this image into the md file and it also does the expected operation just like I paste it into this md. The bug occurred at some point after I got around 30 images in my workspace. But this bug still existed even though I switched to a new workspace.
Explain how to reproduce the bug (if known)
- create a
.mdfile - copy an image from somehwere
- paste it using
ctrl + v/cmd + vdirectly into the md file - It will show up with plain text
image.pnginstead of
Attach screenshots or recordings (e.g., .jpg,.png,.mp4).
Tell us your operating system and your Cursor version (e.g., Windows, 0.x.x).
I’m on a Windows11 OS, and am using Cursor 0.45.8 (the VSCode version is 1.96.2)
Tell us if the issue stops you from using Cursor.
I appreciate your help in advance. It’s just weird that this can work in my VSCode but not in my cursor.



