- Fix: paste image get blank image issue (windows)
- Fix: paste translucent image get background issue (windows)
- Feature: Add
pasteImage.showFilePathConfirmInputBox
&pasteImage.filePathConfirmInputBoxMode
configuration. Support show file path confirm inputbox before saving.
- Fix:
pasteImage.namePrefix
andpasteImage.nameSuffix
not work when there is no text selected.
- Update readme
- Feature: Add
pasteImage.insertPattren
configuration. Support config the format of text would be pasted. - Feature: Add
pasteImage.defaultName
configuration. Support config default image file name. - Feature: Add
pasteImage.encodePath
configuration. Support url encode image file path. - Feature: Add
pasteImage.namePrefix
configuration. - Feature: Add
pasteImage.nameSuffix
configuration.
- Fix: Support select non-ascii text as file name
- Feature: Print log to "PasteImage" channel, and show in output panel.
- Fix: Paste fail when powershell not in PATH on windows. (from @ELBe7ery)
- Feature: Support select text as a sub path with multi new directory like
a/b/c/d/imageName
or../a/b/c/d/imageName
- Fix: Error when dest directory is not existed. (from @WindnBike)
- Improvement: Check if the dest directory is a file.
- Feature:
pasteImage.path
andpasteImage.basePath
support${currentFileName}
and${currentFileNameWithoutExt}
variable.
- Feature: Add
pasteImage.basePath
configuration. - Feature:
pasteImage.path
andpasteImage.basePath
support${currentFileDir}
and${projectRoot}
variable. - Feature: Add
pasteImage.forceUnixStyleSeparator
configuration. - Feature: Add
pasteImage.prefix
configuration. - Feature: Add
pasteImage.suffix
configuration. - Feature: Support selected path as a sub path.
- Feature: Support AsciiDoc image markup
- Feature: Support config the path(absolute or relative) to save image.(@ysknkd in #4)
- Feature: Add linux support by xclip
- Feature: Support use the selected text as the image name
- Feature: Add windows support by powershell(@kivle in #2)
- Finish first publish. Only support macos.