[Question] Uploading file other then image files (e.g. text files)
Does mavon editor provide any functionality to upload files other then images?
I tried to use imageFilter function but it doesn't working even if I return true.
Any guide?
Hi, please provide more details, eg. a reproduction repo will be better, Thx!
Simply, I just want to upload pdf or text file and put their link inside markdown. Just like image.
markdown cannot preview non-image type files, so there is no way to upload other format files, we must know the address of the file, for example:

I think this feature is similar to uploading images and should be a nice new feature.
Agree, GitHub and Gitlab has similar feature in their markdown editors.
markdowncannot preview non-image type files, so there is no way to upload other format files, we must know the address of the file, for example:I think this feature is similar to uploading images and should be a nice new feature.
Did you find a way to upload files like pdf or txt?
markdowncannot preview non-image type files, so there is no way to upload other format files, we must know the address of the file, for example:I think this feature is similar to uploading images and should be a nice new feature.
Did you find a way to upload files like pdf or txt?
Right now I'm using another component to upload file and manually changing the markdown text by myself
markdowncannot preview non-image type files, so there is no way to upload other format files, we must know the address of the file, for example:I think this feature is similar to uploading images and should be a nice new feature.
Did you find a way to upload files like pdf or txt?
Right now I'm using another component to upload file and manually changing the markdown text by myself
Could you tell me how you did it? I'm still struggling with it.