Image uploading
-
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.
-
@planner said:
But this is already implemented. That's what I'm using on mine.
ah ? But I cant find any image uploading function in nodebb that install....
I just find a plugin that use other image upload service, but not a implemented function, that's weird^ -
There's an issue for this that could solve your problem: https://github.com/designcreateplay/NodeBB/issues/725
-
@psychobunny thks 4 notice, hope out soon.