Support upload files #233
yuri2peter
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
This can be done via a plugin, you can implement the plugin using the MDXEditor extensions, e.g. directives, code block or jsx component, you can customize you file upload logic in your extension. One example is you can implement a FileUploader JSX component which handles the file upload logic. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Allow users to drag and drop files (not just images) and insert a download link.
Perhaps we should consider combining the file and image upload handlers (considering we already have an image uploader).
A convenient way to achieve this could be to let developers handle what the editor should insert after each file(image or file) is uploaded.
Beta Was this translation helpful? Give feedback.
All reactions