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

A VSCode plugin of PicGo

Results 34 vs-picgo issues
Sort by recently updated
recently updated
newest added

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.3.4. Changelog Sourced from nanoid's changelog. 3.3.4 Fixed --help in CLI (by @​Lete114). 3.3.3 Reduced size (by Anton Khlynovskiy). 3.3.2 Fixed enhanced-resolve support. 3.3.1 Reduced...

dependencies

Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.2 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.5 to 3.9.7. Release notes Sourced from vm2's releases. 3.9.7 Fixes b7f794dfb3034d2173b9da957f48425adc4081c3: Custom Resolver is allowed to return undefined 568934f58cf72339a3dd2a2c578cc28550c19d27: Fixed some bugs introduced in v3.9.6 b6581b4a9cf9a4706b2967fceb5930a3de4d2ac7:...

dependencies

|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](https://github.com/viatsko/awesome-vscode)|:star::star::star:|Not started yet| |Support for files besides markdown|:star::star::star:|FINISHED| |Add testes and appveyor CI...

enhancement
good first issue

1. 如何在配置中配置其它图床,貌似目前配置界面是固定的 2. 我自己写了一个gitee的图床插件。[picgo-plugin-gitee-uploader](https://github.com/lizhuangs/picgo-plugin-gitee-uploader),我是业务时间写的,后端JAVA开发,基本代码是拿的githubPlus改的。

todo

### 系统信息 | System Information All ### 功能请求 | Feature request VSCode v1.70 release [drop-into-editor-api](https://code.visualstudio.com/updates/v1_70#_drop-into-editor-api) it could be very useful for vs-picgo to support image dragging and dropping to upload

### 系统信息 | System Information Windows ### 功能请求 | Feature request 建议增加在markdown文档里粘贴之后,自动触发上传图片到图床,上传成功之后自动转换成图床URL的功能。

### Describe the bug 使用快捷键上传图片,提示 You must be logged in to use 的错误。 ### To Reproduce 1. 在个人全局 settings.json 中添加以下的配置: ```json { "picgo": { // 默认为空,则表示使用VSCode的setting.json "path": "" }, "picBed":...