You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Enhance upload and preview functionality
- Updated README.md to reflect changes in the upload process, introducing a custom upload panel with drag-and-drop support, progress tracking, and improved folder selection.
- Enhanced the asset preview feature to include a lightbox for full-size viewing, improved metadata display, and better handling of asset types.
- Refactored upload widget to support dynamic folder selection and improved error handling during uploads.
- Added functionality to prevent multiple preview panels for the same asset and improved UI responsiveness.
* Fix warning
-**Right-click Actions** – Copy Public ID or URL instantly
15
-
-**Upload Widget** – Upload directly to root or folder via Cloudinary's embedded widget
15
+
-**Custom Upload Panel** – Upload files via drag-and-drop, file browser, or remote URL with progress tracking
16
16
-**Environment Switching** – Switch between different product environments defined in config
17
17
-**Status Bar Indicator** – Shows the active Cloudinary environment
18
18
@@ -78,10 +78,22 @@ Once a valid configuration has been added, the active environment will be shown
78
78
- Select from configured environments
79
79
80
80
### Upload
81
-
- Click Upload from the title bar to upload to the root, or click **Upload here** on a folder entry to upload to that folder.
82
-
- Alternatively, run `Cloudinary: Upload`.
83
-
-**Upload Presets**: The extension automatically detects and lets you choose from your configured upload presets before uploading. Upload presets allow you to define upload parameters like transformations, folder destinations, tags, and processing options that are applied consistently to your uploads.
84
-
-**Learn more**: See the [Cloudinary Upload Presets documentation](https://cloudinary.com/documentation/upload_presets) for details on creating and configuring upload presets for different use cases.
81
+
82
+
- Click **Upload** from the title bar to open the upload panel, or click **Upload here** on a folder entry to open with that folder pre-selected.
83
+
- Alternatively, run `Cloudinary: Upload` from the command palette.
84
+
85
+
**Upload Panel Features:**
86
+
-**Drag & Drop** – Drag files directly onto the drop zone
87
+
-**File Browser** – Click "Browse Files" to select files from your system
88
+
-**Remote URL** – Paste a URL to upload from a remote source
89
+
-**Folder Selection** – Choose the destination folder from a dropdown
90
+
-**Upload Presets** – Select from your configured upload presets (view preset settings with the "Settings" toggle)
91
+
-**Custom Public ID** – Specify a custom public ID for single file uploads
92
+
-**Tags** – Add comma-separated tags to your uploads
93
+
-**Progress Tracking** – See real-time upload progress for each file
94
+
-**Uploaded Assets** – View thumbnails of uploaded assets, click to preview, copy URL or public ID
95
+
96
+
**Learn more**: See the [Cloudinary Upload Presets documentation](https://cloudinary.com/documentation/upload_presets) for details on creating and configuring upload presets.
0 commit comments