Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
upupming opened this issue Apr 1, 2019 · 16 comments
Open

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

upupming opened this issue Apr 1, 2019 · 16 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@upupming
Copy link
Member

upupming commented Apr 1, 2019

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

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

@upupming upupming added enhancement New feature or request good first issue Good for newcomers labels Apr 7, 2019
@upupming
Copy link
Member Author

upupming commented Apr 7, 2019

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.

@Spades-S
Copy link
Member

Spades-S commented Apr 7, 2019 via email

@upupming upupming pinned this issue Apr 8, 2019
@upupming upupming changed the title New feature proposal vs-picgo v2.x Roadmap (feature requests welcome) Apr 8, 2019
@upupming upupming changed the title vs-picgo v2.x Roadmap (feature requests welcome) vs-picgo v2.x Roadmap (feature requests welcome) Apr 8, 2019
@imgwho
Copy link

imgwho commented Apr 20, 2019

@upupming
Copy link
Member Author

@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
Copy link
Member Author

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

@chengww5217
Copy link

老大老大 如果有空看下语雀图床呀~~
最近用语雀写博客发现他们的图床挺不错的
语雀图片大小限制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

@upupming
Copy link
Member Author

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

@jinbo-yu
Copy link

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

@PentaTea
Copy link

PentaTea commented Jun 30, 2020

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

新增保存到本地位置

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

期望:

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

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

新增设置默认粘贴操作

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

期望:

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

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

@upupming
Copy link
Member Author

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

@YunshuaiPeng
Copy link

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

@upupming
Copy link
Member Author

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

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

@YunshuaiPeng
Copy link

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

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

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

@ooooo84
Copy link

ooooo84 commented Feb 18, 2021

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

@leioukupo
Copy link

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

@yutucc
Copy link

yutucc commented Sep 21, 2023

请问

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

10 participants