You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.
This is an interesting use-case. Will have to explore more about how I can modify the current code to upload files of all extensions to github gist. I will update here when I have something.
Meanwhile, you can also look at Imgur for uploading your images.
Thing is I want to have my json files and images in one place and be able to have it private (secret gists) :) this is why imgur is not an option for me
Just one thing, until I find a better way to upload images to a gist:
You can even convert the images to Data URL and then store the data urls in some file. Then, when you want to display the image, you can retrieve its data-url and use it.
My goal is to be able to do it starting from an <input onChange=... event.
Is this possible?
I know we can commit image files using the git cli interface
The text was updated successfully, but these errors were encountered: