luceos version 0.1.3 which deletes files when upload adapter does not support the file mime and removed text/* as safe mime types for now @sijad thank you ?
luceos Just tagged 0.2.0, adding: S3 uploads, thanks to ThatGuy for reporting on the test version (please let me know whether your region now works, did not fully test it). Imgur adapter, please note it does not allow any other file uploads, except image (it will trigger an error for now, see here how I propose to fix it). File model now saves the upload adapter and possibly a unique Id, this will be used later on to remove files no longer in use. Mime type is now partially configurable, you can use a regular expression to whitelist mime types. You can now upload multiple files at once (thanks yekenuk for the request), simply select them in the dialog. Please note that mismatching files will be dropped and files that cannot be processed by the adapter will quit the upload process. Read about the next release 0.3.0 on Github.
UaMV luceos You know, you could have given proper attribution to that gif if this upload extension allowed for editing of metadata. ?
luceos For those wondering: AWS S3: you will need to install the league AWS s3 adapter: composer require league/flysystem-aws-s3-v3, the aws-s3 choice will now pop up in the admin settings page.
hcarpach luceos I installed this extension, but when I upload a image it just shows something like this: ! [ image rarechavez-png ] ( /assets/files/2016-11-04/15:38:080-rarechavez-png )
hcarpach luceos I installed the Markdown extension (v0.1.0-beta.5) but the images still appear the same UPDATE: seems to be working now ?