Open phae opened 9 years ago
There’s a working upload button for any file type, but a media concept would be a better way to do this.
Yeah, right - isn't there also like a short code thing? {{ something.jpg }} style I'm talking about that as well and making that more discoverable.
On 6 February 2015 at 10:21, migurski notifications@github.com wrote:
There’s a working upload button for any file type, but a media concept would be a better way to do this.
— Reply to this email directly or view it on GitHub https://github.com/codeforamerica/ceviche-cms/issues/76#issuecomment-73286347 .
Also, might be good to have an image uploader actually available on the edit page, rather than just in the file explorer.
...and PDFs D:
Making this an umbrella ticket. We'll scope this to actual work and such on Monday and focus just on images for now.
To do list:
Including my notes and thoughts in here:
Merging client side and server side markdown renderer
[1] Image Upload Form Image Drag and Drop [1] Caption/Alt Text for Image [3] Image Browser Image upload progress Preview of what was uploaded Image sizing guidelines [2] Server-side or compile-time resizing Representation in markdown
<figure><img src="image.jpg"><figcaption>image caption</figcaption></figure>
)Abstraction of image path Delete images from library
Is free form images a necessary feature for any content types? Could this just be part of a template (i.e., only allow one header image for press releases) Should PDF and image upload be combined? What other 'things' might need to be uploaded?
Will be very hard to do this with a good UX without any form of javascript
Basic Image Upload Mockup.
View needed for no-js image upload and markdown snippet copy and paste. Would probably be something we want in the interface anyway as a dedicated media browser.
I think @migurski already added a magic short-code thing for images, but I can't remember what it is, so no way anyone else ever will. Need to show it in the UI somewhere and probably let someone see what's in an image dir.