Hey Bubble community!
I’m working on a document editing feature in my Bubble app where users can click on a DOC or CSV template, open it in an rich text editor like popup, make changes, and save the modified file.
Requirements:
-
Full Document Editing – Users should be able to edit DOC files like a word processor (adding text, formatting, images, etc.).
-
CSV Editing – Users should be able to edit CSV files like a spreadsheet (add/edit rows and columns).
-
Save & Download – Once edits are made, users should be able to save the file back into Bubble’s database or download it.
-
Seamless UI – The editor should open in a popup/modal instead of redirecting to another page.
-
No External Storage Required (If Possible) – Would prefer a solution that works within Bubble, but open to third-party integrations if needed.
Has anyone implemented something similar? Any plugin recommendations or third-party solutions (like an embedded editor) that work well with Bubble?
Thanks in advance!