I’m building an app that benefits a lot from the rich text editor. One problem - deleting text contents doesn’t delete the uploaded and stored files.
This is a bigger problem as Bubble charges for storage, but also the ‘File manager’ interface given as a workaround does not indicate where a file is being used in this case (and many others but that’s a separate problem).
Users change their minds about images and sometimes even will need to delete the record a Rich Text field input to. So even if it was possible to find delete files manually from the ‘File manager’, this wouldn’t be practical.
Has anyone figured out a way to automatically pull out file Amazon URL’s to use the ‘Delete an uploaded file’ functionality? e.g. all images will look something like this: https://s3.amazonaws.com/appforest_uf//richtext_content.png or https://s3.amazonaws.com/appforest_uf//richtext_content.jpg
And it’s possible to add multiple files, so I’m assuming if the information can be pulled from the description, it will need to be fed into a backend workflow somehow. I’m just not sophisticated enough in Bubble to figure this out yet.