mushanshitiancai / vscode-paste-image

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

to edit a folder containing the images? #26

Closed mshrn closed 6 years ago

mshrn commented 6 years ago

Is it impossible to save the pasted images on a file in a folder whose name is same as the file's name? I tried "pasteImage.basePath": "${currentFileDir}/${fileBasenameNoExtension}", but it did not work.

mushanshitiancai commented 6 years ago

Hello, you can try: "pasteImage.path": "${currentFileDir}/${currentFileNameWithoutExt}"

mshrn commented 6 years ago

Thanks a lot.