- Fix: paste image get blank image issue (windows)
- Fix: paste translucent image get background issue (windows)
- Feature: Add
pasteImage.showFilePathConfirmInputBox&pasteImage.filePathConfirmInputBoxModeconfiguration. Support show file path confirm inputbox before saving.
- Fix:
pasteImage.namePrefixandpasteImage.nameSuffixnot work when there is no text selected.
- Update readme
- Feature: Add
pasteImage.insertPattrenconfiguration. Support config the format of text would be pasted. - Feature: Add
pasteImage.defaultNameconfiguration. Support config default image file name. - Feature: Add
pasteImage.encodePathconfiguration. Support url encode image file path. - Feature: Add
pasteImage.namePrefixconfiguration. - Feature: Add
pasteImage.nameSuffixconfiguration.
- 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/imageNameor../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.pathandpasteImage.basePathsupport${currentFileName}and${currentFileNameWithoutExt}variable.
- Feature: Add
pasteImage.basePathconfiguration. - Feature:
pasteImage.pathandpasteImage.basePathsupport${currentFileDir}and${projectRoot}variable. - Feature: Add
pasteImage.forceUnixStyleSeparatorconfiguration. - Feature: Add
pasteImage.prefixconfiguration. - Feature: Add
pasteImage.suffixconfiguration. - 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.