Image uploading
-
It would be cool to have a way to upload images, maybe have some type of drag and drop support
-
excellent! i love it so far.
-
This post is deleted!
-
Can't wait to see what you guys come up with! Very good work so far.
-
Testing some images.
-
Images need to be opened up using modal or, uh externally.
-
Always possible through use of Markdown (although it's one of the lesser-known syntaxes)...
Specifically, it's like link syntax, but with an exclamation mark in front:
![alt text](http://30.media.tumblr.com/tumblr_m3b1tsVurg1qc0ha5o1_500.jpg)
Which ends up looking like this:
-
I did know that markdown has images. Just didn't know if it would work.
I like the way Github handles image uploading within their comments. Maybe we can implement something with similar functionality here.
-
From what I can tell, they implement a similar system to what we have with drag/drop image uploads. We just happen to use imgur, while Github has their own CDN.
Of course, in our case, we render the image in "attachment" form, although inline images could be done similarly.
-
From what I can tell, they implement a similar system to what we have with drag/drop image uploads. We just happen to use imgur, while Github has their own CDN.
Of course, in our case, we render the image in "attachment" form, although inline images could be done similarly.
Inline form would be a bit more nicer and would match to the rest of the Markdown.
-
Inline form would be a bit more nicer and would match to the rest of the Markdown.
Just wondering if the inline form would be implemented any time soon? or would it be nice to have a option at the admin side?
-
And I noticed that the drag and drop function is not working with the edit post function.