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.
Support drag and drop for adding images
User Stories
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 theimage
folder (most straightforward approach) or images must be copied into theimages
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.