Skip to content

Commit e5ac52b

Browse files
committed
📝 Docs(custom): update readme
1 parent d009c2e commit e5ac52b

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ While similar extensions like [vs-picgo](https://github.com/PicGo/vs-picgo) exis
2222
## Features
2323

2424
- **Effortless Uploads**: With just a few clicks, upload images to your preferred remote image hosting service.
25-
25+
- **Upload on Drag-and-Drop**: Drag-and-drop images from your file explorer directly into your working file.
2626
- **Auto-Insert URLs**: The extension takes care of inserting the image URL directly into your working file.
27-
2827
- **Image Management**: Easily delete images stored in your remote hosting service directly through PicList in VSCode.
29-
3028
- **Advanced Image Processing**: Includes support for image compression, watermarking, and other post-upload manipulations.
3129

3230
### Gif Demo
@@ -46,6 +44,11 @@ While similar extensions like [vs-picgo](https://github.com/PicGo/vs-picgo) exis
4644
<img src="https://s2.loli.net/2023/08/31/tAW54rVFhO2KSTo.gif" alt="input box.gif">
4745
</details>
4846

47+
<details>
48+
<summary>Uploading images on Drag-and-Drop</summary>
49+
<img src="https://s2.loli.net/2023/09/01/rflXoJLsR5heDqK.gif" alt="input box.gif">
50+
</details>
51+
4952
<details>
5053
<summary>Delete images in your remote hosting service</summary>
5154
<img src="https://s2.loli.net/2023/09/01/8oYzJinhgajLfdI.gif" alt="input box.gif">
@@ -81,7 +84,11 @@ Default is `![$filename]($url)`.
8184

8285
### Encode URL
8386

84-
Whether to encode URL when insert text.
87+
Whether to encode URL when insert text. Default is `false`.
88+
89+
### Enable upload on drop
90+
91+
Whether to enable upload on drop.Default is `true`.
8592

8693
## Contributors
8794

0 commit comments

Comments
 (0)