telesoho / vscode-markdown-paste-image

Smartly paste for Markdown.
MIT License
135 stars 41 forks source link

Can't save the images to a default absolute path #28

Closed tifDev closed 1 year ago

tifDev commented 4 years ago

I want all the pasted images to go into "C:\Users\KWUIUN\Pictures\Img-repo" without any prompt.

I changed the settings on vscode and added this:

    "MarkdownPaste.path": "C:/Users/KWUIUN/Pictures/Img-repo/",
    "MarkdownPaste.silence": true,

But still asks for the filename of the picture and points to the current relative path of the working space.

How can i do this?

iaeiou commented 2 years ago

Hi @tifDev,

some new features were added yesterday, maybe you wanna give a new try?

See: https://github.com/telesoho/vscode-markdown-paste-image#config

telesoho commented 2 years ago

@tifDev It is working on ubuntu. May be your configure has been overwrited. See: #64