mx-admin
mx-admin copied to clipboard
feat: add editor auto upload support
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