InlineAttachment
InlineAttachment copied to clipboard
Easily paste and upload files/images in plain textareas
Thanks for this package, still perfectly usable 5 years after the last commit! It would be nice if uploading to WebDAV could be supported. I have successfully implemented it, but...
how to use it to help me drag or paste image in react with simplemde
I found that the filename will be replaced by `image-timestamp.ext`, but I want to get the real name of the file uploaded. How to solve it?
see https://github.com/Rovak/InlineAttachment/projects/1
Hi, Thank you for the great library that makes every JS application easier to handle the file uploads. Anyway, recently there few people using bower to solve their dependencies but...
As suggested by @choonkeat, allow dropping text files which instead of uploading will insert the contents in the text area.
Can you provide jsfiddle? I don't know how `Vue` + `SimpleMDE` + `InlineAttachment` does it No backend code is required, I just want to know how the front end is...
Hi. We use InlineAttacjment with CodeMirror 5.6.0. When dropping file to the editor it drop to the previous coursor position (not to the line where we release mouse). Do you...
Pressing undo (CTRL+Z) after uploading a file, currently restores the `uploading file...` placeholder - adding the placeholder to the document history should probably be avoided. I'm using CodeMirror 5.25.2.