Infragistics / livewire

A simple web content editor built with Electron
https://waffle.io/infragistics/livewire
20 stars 9 forks source link

Drag and drop images into documents #23

Closed craigshoemaker closed 5 years ago

craigshoemaker commented 9 years ago

Support drag and drop for adding images

User Stories

  1. As a writer I want to drag an image from my computer into a specific location in a document and have the app create the necessary markup to render the image so that I do not have to manually type the image name or image syntax.

    Comments

Images must always be in sub-folder named images to the topic, therefore this feature must either be built to restrict drag and drop from the image folder (most straightforward approach) or images must be copied into the images folder as a result of the drag and drop operation. However if files are automatically copied, then logic to ensure there will be no duplicate image names must be run to ensure two images do not have the same name.