| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.9.0 source code.tar.gz | 2026-05-15 | 346.8 kB | |
| 2.9.0 source code.zip | 2026-05-15 | 354.7 kB | |
| README.md | 2026-05-15 | 911 Bytes | |
| Totals: 3 Items | 702.4 kB | 0 | |
2.9.0
Added
- Multiple Image Upload — image dialog now supports selecting and inserting multiple images at once
imageUploadHandlerconfig option — async callback(file) => Promise<url>for uploading images to a server/CDN instead of base64 encoding- Drag & Drop image upload — supports multiple dropped images, uses
imageUploadHandlerwhen configured - Clipboard Paste image support — paste images directly with Ctrl+V, uses
imageUploadHandlerwhen configured - New translation keys for all 8 languages:
modal.handledViaUploader,modal.uploadingImage,modal.uploadError
Improved
- Image dialog hint text dynamically reflects whether
imageUploadHandleris configured or base64 fallback is used
Thanks to @ifeiwu for suggesting this feature! 🙌
Full Changelog: https://github.com/neikiri/neiki-editor/compare/2.8.0...2.9.0