telesoho / vscode-markdown-paste-image

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

Create Folder Automatically #30

Closed RobinWillson closed 4 years ago

RobinWillson commented 4 years ago

Hi, When I use sublimetext, there is also a similar plugin like markdown-past. When I press ctrl+alt+V, it will auto save my image such as ./myfilename/myfilename01.png. I try to do the same thing like this: ./${fileBasenameNoExtension}/ ${fileBasenameNoExtension}" But here comes an error that path is invalid. It seems not able to create folder automatically, and I have to create manually. May I ask if it's possible create folder automatically??

RobinWillson commented 4 years ago

I don't know why,, bit it's OK now..