mushanshitiancai / vscode-paste-image

paste image from clipboard to markdown/asciidoc directly!
MIT License
424 stars 129 forks source link

Paste image wrong ? #46

Closed mcho71 closed 5 years ago

mcho71 commented 5 years ago

When paste image, every image looks like an attached image

optional settings

    "pasteImage.namePrefix": "${currentFileNameWithoutExt}_",
    "pasteImage.prefix": "/",
    "pasteImage.path": "${projectRoot}/img",
    "pasteImage.basePath": "${projectRoot}",

image

mushanshitiancai commented 5 years ago

On the Finder of MacOS, copy a image file would only copy the icon of file, you have to open file and then copy image.

mcho71 commented 5 years ago

thanks