WYSIWYG editor in LiveView with embedded images that are uploaded to S3 bucket

WYSIWYG editor in LiveView with embedded images that are uploaded to S3 bucket

This tutorial by aziz abdullaev explores creating a WYSIWYG editor within Phoenix LiveView, integrating features like image insertion directly uploaded to an S3 bucket. Utilizing Quill.js for rich text editing and transforming content from HTML to Markdown, the article guides readers through setting up the editor with support for automatic image uploads. The tutorial covers using tools like Mdex for styling and demonstrates how markdown is converted and integrated into the LiveView application, ensuring a seamless user experience with styled content display.

Visit Original Article →