[x] The state should be as such: the image-hero is populated, if pre-populated
[x] Uploaded images should be placed in _noMD
[x] Also if a pre-populated project is selected, the part 4 of the form should show the image already existing in the preview box
[x] Uploaded images always take precedence over pre-populated images when rendering the preview
[x] On the contrary, the generated md should show the pre-populated image if no upload, and blank if there is an upload
Instructions/Resources
There are currently 2 places in the global object where images are stored, inside of _noMD, and image-hero. This will not do however, as uploaded images from the from are not pulled from either of them. This makes it so that it is not possible to reproduce the eventual MD file accurately.
Action Items
Instructions/Resources
There are currently 2 places in the global object where images are stored, inside of _noMD, and image-hero. This will not do however, as uploaded images from the from are not pulled from either of them. This makes it so that it is not possible to reproduce the eventual MD file accurately.