linkesch / medium-editor-insert-plugin

jQuery insert plugin for MediumEditor
http://orthes.github.io/medium-editor-insert-plugin
MIT License
1.22k stars 351 forks source link

Add option to stop uploading multiple images #474

Closed sainu closed 6 years ago

sainu commented 6 years ago

Fixes https://github.com/orthes/medium-editor-insert-plugin/issues/221

I created singleUpload option to Core options and its default value is false.

when singleUpload option set true, do the following:

  1. Remove multiple attribute from input[type=file] tag to upload images.
  2. Hide the button to add image in the same paragraph as the selected image.
  3. Delete grid style from the toolbar for styling of the selected image.
sainu commented 6 years ago

move to https://github.com/orthes/medium-editor-insert-plugin/pull/478