I want to upload files to Supabase Storage, get the URL, and save it in the editor. #7091
Unanswered
jungsikjeong
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What I want to do is when the final save button is pressed, from the editor that contains a mix of text and base64 images, I want to:
Extract only the base64 images
Save them to Supabase Storage
Get back the URLs
Insert these URLs back into the Lexical Editor
How can I accomplish this?
Beta Was this translation helpful? Give feedback.
All reactions