PicGo / vs-picgo

A VSCode plugin of PicGo
https://marketplace.visualstudio.com/items?itemName=Spades.vs-picgo
MIT License
375 stars 53 forks source link

功能请求:图片重命名支持无中划线格式 #60

Closed ZanderZhao closed 4 years ago

ZanderZhao commented 4 years ago

vscode插件能否支持时间重命名无中划线,

upupming commented 4 years ago

@ZanderZhao

现在只支持这几个哈:

image

客户端是指 PicGo Electron 版本吗?

ZanderZhao commented 4 years ago

@upupming 感谢回复,是Molunerfinn大佬这个https://github.com/Molunerfinn/PicGo/releases

upupming commented 4 years ago

@ZanderZhao 代码在这里,有需要的话欢迎 PR,之后有时间可能会一起改 :)

https://github.com/PicGo/vs-picgo/blob/e8b30b72f5c68a0a31ea98302603968f85ab93bb/src/utils/index.ts#L19

我更倾向于把这几个数字暴露给用户,有没有横线由用户自己拼接。

ZanderZhao commented 4 years ago

@upupming 好的,谢谢!

mouday commented 8 months ago

这个还没改好吗,4年了,希望去掉横线,和客户端保持一致的命名

jz0ojiang commented 4 months ago

这个还没改好吗,4年了,希望去掉横线,和客户端保持一致的命名

你可以试试 ${dateTime.replaceAll(/-/g,'')}${extName} 在当前版本有效(v2.1.6