mx-admin icon indicating copy to clipboard operation
mx-admin copied to clipboard

feat: add editor auto upload support

Open grtsinry43 opened this issue 1 month ago • 1 comments

Description

This PR implements automatic image upload functionality in the Codemirror editor. It enables file handling for pasting (Clipboard) and dropping (Drag & Drop) image files directly into the editor.

A custom CodeMirror Widget with a shimmer loading animation is used to display the "uploading" state, which is then replaced with the resulting Markdown image link upon success.

Linked Issues

resolve https://github.com/mx-space/mx-admin/issues/1001 https://github.com/mx-space/core/issues/2469

Additional context

grtsinry43 avatar Nov 28 '25 02:11 grtsinry43