Uploading images via the online editor: Rederict user-images.githubusercontent to repo #23840
-
I have a lot of projects hosted on github where I’m working with non git users. Much of the contributions by these users can be made by using the github online editor, which is great. This online editor even supports the GUI based insertion of images by uploading these to user-images.githubusercontent.com/user-id/some-hash.png and inserting them with markdown syntax. Is there a way to redirect the automatic upload to the github repo, rather than the users’s own storage? Maybe by tweaking something in the |
Beta Was this translation helpful? Give feedback.
Replies: 21 comments 6 replies
-
How are the users uploading the images? It should be possible to include them directly in a pull request. |
Beta Was this translation helpful? Give feedback.
-
They upload the images by dragging and dropping them into the github online editor. Or by pasting the image from their clipboard into the github online editor… do you know how I mean? |
Beta Was this translation helpful? Give feedback.
-
ratnanil:
I’m not sure what you mean here. Do you mean the one you get when you edit a file in the browser? |
Beta Was this translation helpful? Give feedback.
-
I’ve made a quick gif to illustrate what I mean: The image was uploaded to https://user-images.githubusercontent.com/12532091/135541406-7141a8d7-7bf9-4c82-a4d9-ea4b7fe1fb34.jpg Is my question clearer now? |
Beta Was this translation helpful? Give feedback.
-
I was specifically looking for a way to do it with copy and paste (or drag and drop) since my non git collaborators are ms word users and not too keen on the exra steps involved. But thanks for your answer! |
Beta Was this translation helpful? Give feedback.
-
All I can say is that I am sorry for the mix up, I am still really new to this. And pretty much self taught. I learn from my mistakes and grow. |
Beta Was this translation helpful? Give feedback.
-
How can I see the list of images I uploaded/pasted to user-images.githubusercontent.com? I see all have always same id after ".githubusercontent.com", so I guess they are all associated to me (I pasted them while logged into my account), but how can I list and manage them? |
Beta Was this translation helpful? Give feedback.
I was specifically looking for a way to do it with copy and paste (or drag and drop) since my non git collaborators are ms word users and not too keen on the exra steps involved. But thanks for your answer!