-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Enhancement: Remote media library or media upload #445
Comments
Thanks, @mayankguptadotcom I have been thinking about this for many months now. There are a couple of approaches to it:
Feel free to share if you have any ideas/feedback. |
@estruyf - Thanks to you for Front Matter! I'm not sure if Markdown Image VS Code plugin helps in any way. At the moment, I'm planning to use this with Github separate repo for images, although it doesn't work with s3 yet. My thoughts on your points.
|
I would more generally love to have a plugin system, I think that would fit neatly into the ideas around extensible/inheritable configs and make it simpler to package things for a workflow, theme, or organization. It also seems like a lot of up front work. 😅 |
My first preference is also the plugin system, but I need to think about how it can be achieved a bit. One way could be to create an extension per type - like: These extensions will have commands like: Think that this approach would definitely work. |
Is your feature request related to a problem? Please describe.
While, it's great to manage the media locally in the folder in its current state, it can be quickly become problematic to publish the media files to the repo.
Describe the solution you'd like
An easy way to configure remote file storage that allows media library to upload the newly added files in the library to a remote location like AWS S3 or Cloudflare images or maybe another github repository for storing assets and then easily inserting the public URL of those remote images.
I think media upload remotely might be a simpler solution than Remote media library.
Describe alternatives you've considered
Sync the folder using s3browser, it's frustrating since it doesn't give easy way to insert the uploaded image. And one needs to sync folder manually every time to upload the image on s3 bucket.
The text was updated successfully, but these errors were encountered: