This repository was archived by the owner on Jan 20, 2022. It is now read-only.
Remove the image-only filter and allow all file types to be uploaded #421
Unanswered
eykrehbein
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I wondered why only images can be selected/uploaded. For some use-cases it may be beneficial to upload other file types, like .pdfs, as well. The function that gets called when any file is dragged into the editor or
/image
was typed is calledinsertFiles
and is capable of managing other file types as well.Unfortunately, other file types are excluded in a condition here. Why is that?
Best, Eyk
Beta Was this translation helpful? Give feedback.
All reactions