pastelog icon indicating copy to clipboard operation
pastelog copied to clipboard

Ability to Upload image by pasting from Clipboard or drag and Drop into editor

Open maheshj01 opened this issue 1 year ago • 0 comments

Pastelog is a Rich editor it should supports rendering images, But we should also support ability to upload the images, By leveraging Firebase Storage.

To Avoid Storage Cap, We should allow users to store images only upto 1 year for logged in users and 6 months for guest users. The images will be auto deleted after the image expiry runs out.

  • When an image is uploaded add the following block Quote to editor to indicate this warning

Please note that the uploaded image will be auto deleted after 1 year, while this note will continue to be accessible until its expiry. Having read this you are free to remove this warning.

maheshj01 avatar Oct 11 '24 15:10 maheshj01