-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Inserting images from clipboard/downloading from a computer #44
Comments
If we do it we need to handle the hosting part of the images, which will be a bit costly. What do you think? |
Ah, It's an excellent idea. I will think about how to implement it and start soon (I might take some time as I'm taking a break right now). |
Hey @doroved I was thinking about this solution. We allow saving templates, this might be an issue for that. Let's say someone save one template (with images) and try to edit it from somewhere else, the images will not be available there right? |
Hi, well for your site yes, without cdn storage this script will not work. |
It will break the workflow for the site, what I can do is expose some low level API for |
Any implementation that will allow inserting images from clipboard/downloading from computer - will be appreciated by the community) |
I do have the plan to integrate |
The logo is expected to be a 1x1 Aspect ratio, but I will still look into it. I liked your idea for the |
Thanks for the response, I'm glad to know you liked my suggestion and No worries take your time. |
Hi, you can use Cloudflare R2 bucket for storing images, they provide a free plan. we can use some image size limitations to prevent the limit exceeded. |
Next weekend I will start implementing this feature. |
If you wish I can contribute 😎 |
I will be more than happy, but we need to discuss the API. I don't want to directly add that into the editor package. |
I propose to add inserting images from clipboard/uploading from computer to make it faster and more comfortable to create a template, because it takes much longer to prepare an image from a link.
And when copying HTML code, images should be replaced with links, e.g.
https://cdn.img.com/cat.png, where cat is the name that can be requested when inserting an image.
The text was updated successfully, but these errors were encountered: