vs-picgo icon indicating copy to clipboard operation
vs-picgo copied to clipboard

vs-picgo v2.x Roadmap (feature requests welcome)

Open upupming opened this issue 5 years ago • 16 comments

TODO Importance Status
Refactor the code :star::star::star: FINISHED
Rewrite the README.md :star::star::star: FINISHED
Write an article about v2.0, and submit it to awesome-vscode :star::star::star: Not started yet
Support for files besides markdown :star::star::star: FINISHED
Add testes and appveyor CI auto build :star::star::star: FINISHED
Gallery in VSCode :star::star: Not started yet
Warning/Error/Settings/Command i18n :star: Not started yet
Move cursor to uploadedName on finished :star: Not started yet
Backup from one picBed to another picBed :star: Not started yet
Migrate images between PicGo and vs-picgo :star: Not started yet
Allow users to install PicGo-Core plugins on vs-picgo :star: WIP
Add issue template :star::star::star: FINISHED

If you have any feature request, please leave it here or open a new issue, we will consider adding it here.

upupming avatar Apr 01 '19 11:04 upupming

We can also write an article for our new version 2.0 and publish it on somewhere like medium.com Maybe something like 10 essential extensions for VS Code or some new idea. Anyway, I think this is not necessary but an enhancement.

upupming avatar Apr 07 '19 17:04 upupming

Yep, this will introduce vs-picgo to more people!

Li Yiming [email protected]于2019年4月8日 周一上午1:05写道:

We can also write an article for our new version 2.0 and publish it on somewhere like medium.com Maybe something like 10 essential extensions for VS Code https://medium.com/@fbnlsr/10-essential-extensions-for-vs-code-fdfa17f4f66c or some new idea. Anyway, I think this is not a necessary but a enhancement.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/PicGo/vs-picgo/issues/15#issuecomment-480610553, or mute the thread https://github.com/notifications/unsubscribe-auth/AR2e_VJN56JrNoa8vve9c5Cyi6n7Xywuks5veiVZgaJpZM4cVhx6 .

Spades-S avatar Apr 07 '19 23:04 Spades-S

老大老大 如果有空看下语雀图床呀~~ 最近用语雀写博客发现他们的图床挺不错的 语雀图片大小限制500m 图片url类似这样 https://cdn.nlark.com/yuque/0/2019/jpeg/93504/1555735848744-69698522-8d3a-4244-b09f-b459bfd8aebb.jpeg#align=left&display=inline&height=382&name=IMG_4276.JPG&originHeight=892&originWidth=1740&size=280297&status=done&width=746 IMG_4276.JPG

imgwho avatar Apr 20 '19 05:04 imgwho

@imgwho 抱歉,我平时不怎么用语雀,可能现在就不会去尝试实现了,因为还有更多其他需要做的。你可以看一下 https://picgo.github.io/PicGo-Core-Doc/zh/dev-guide/cli.html#uploader 来自行实现一个 PicGo uploader,以供 vs-picgo 使用。 也就是说在后续我们将会尝试支持 PicGo-Core 所有的可用插件,如果有人开发了 PicGo-Core 的新的 uploader,在 vs-picgo 中也会可用。

upupming avatar Apr 20 '19 11:04 upupming

@imgwho 你可以在 https://github.com/Molunerfinn/PicGo/issues/222 记录一下需求,后续有人感兴趣或者我有时间会尝试实现!

upupming avatar Apr 20 '19 11:04 upupming

老大老大 如果有空看下语雀图床呀~~ 最近用语雀写博客发现他们的图床挺不错的 语雀图片大小限制500m 图片url类似这样 https://cdn.nlark.com/yuque/0/2019/jpeg/93504/1555735848744-69698522-8d3a-4244-b09f-b459bfd8aebb.jpeg#align=left&display=inline&height=382&name=IMG_4276.JPG&originHeight=892&originWidth=1740&size=280297&status=done&width=746

@imgwho 语雀图床支持,看这里。支持了 掘金、简书和语雀。

https://github.com/chengww5217/picgo-plugin-blog-uploader

chengww5217 avatar Apr 25 '19 01:04 chengww5217

@chengww5217 👍 感谢 @imgwho 我们这边会尽快支持,这周比较忙,周末看一下~

upupming avatar Apr 25 '19 01:04 upupming

已经有一个picgo plugin实现了通用的web服务上传 https://github.com/yuki-xin/picgo-plugin-web-uploader,快点加进来呀

jinbo-yu avatar Sep 24 '19 05:09 jinbo-yu

[请求功能] 新增保存到本地位置; 新增设置默认粘贴操作

新增保存到本地位置

由于某些时候我并不希望上传到图床上

期望:

可以有保存到本地设定位置的功能以及快捷键

(本功能我通过更改vs-picgo已经初步实现,希望可以提交贡献)

新增设置默认粘贴操作

当剪贴板中存有图像数据时,在vscode中直接粘贴不会有任何反应

期望:

重写粘贴操作,当获取到图片时执行自定义的上传命令,未获取时仍然粘贴文字

或者我可以帮助开发,请问可以直接 pull request 吗?

PentaTea avatar Jun 30 '20 07:06 PentaTea

@PentaTea 粘贴图片这个想法应该是可以做的,但是好像和 picgo 本身的功能不太相关,picgo 是有 uploader 的,一般都是上传到云端,不过你可以写一个 uploader 来将文件存到本地应该也是可以的。

upupming avatar Jun 30 '20 10:06 upupming

快捷键如果修改为 ctrl+v ,就会和系统的冲突。能否加一个检测,当剪切板的类型是普通文本的时候,就不走插件。就类似于 github 的评论,使用 ctrl+v 粘贴上传图片。

YunshuaiPeng avatar Jan 13 '21 04:01 YunshuaiPeng

快捷键如果修改为 ctrl+v ,就会和系统的冲突。能否加一个检测,当剪切板的类型是普通文本的时候,就不走插件。就类似于 github 的评论,使用 ctrl+v 粘贴上传图片。

vscode好像没有不走插件这种功能

upupming avatar Jan 13 '21 05:01 upupming

快捷键如果修改为 ctrl+v ,就会和系统的冲突。能否加一个检测,当剪切板的类型是普通文本的时候,就不走插件。就类似于 github 的评论,使用 ctrl+v 粘贴上传图片。

vscode好像没有不走插件这种功能

好的,谢谢了。就用其他的按键,也不费事。

YunshuaiPeng avatar Jan 13 '21 05:01 YunshuaiPeng

鉴于天朝的网络情况,建议优先支持gitee图床的插件

ooooo84 avatar Feb 18 '21 02:02 ooooo84

什么时候支持我自己的服务器搭建的图床??用的lskypro搭建的图床

leioukupo avatar Sep 06 '21 13:09 leioukupo

请问

Allow users to install [PicGo-Core plugins](https://github.com/PicGo/Awesome-PicGo#rocket-plugin-for-picgo) on vs-picgo

这个有计划么?感觉挺重要的

yutucc avatar Sep 21 '23 10:09 yutucc