-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow upload of local files. #112
Comments
Yeah I think you could make a YAML file that just points to files on your local machine, have you tried that? |
Tried it. Maybe I got the syntax wrong? Uploading aws with ./aws.png Uploading aws with file://./aws.png |
Have you tried an absolute path instead of a relative one? |
Absolute path didn't work either. |
@WhileLoop Got it. I took a deeper dive into the upload method and realized it loads emojis using the In order to load local files, you'd have to integrate a local file reader. Here's a a similar thread: Alternately, you could upload them somewhere temporary and take them down when you're done - you don't need to commit the .yaml file to the repo to use it! |
👍 |
You can also run a local http server (e.g. |
Nice workaround @EaterOA |
Any recommendations on how to generate a YAML file of a local directory of images? |
Is this possible? Didn't see anything in the readme about it.
The text was updated successfully, but these errors were encountered: