rob-race / react-trix

React wrapper around Trix editor from Basecamp + some lightweight features
ISC License
213 stars 42 forks source link

Trix Text Display challenge #75

Open rahulbhaskarini opened 3 months ago

rahulbhaskarini commented 3 months ago

Hi Team,

I am really impressed with the Trix editor notes functionality . We recently integrated the Trix editor into our React project. The Trix editor is working well; we can add attachments and save content without issues. However, we need help displaying the content in a readable format. Currently, it only shows the text within the editor. Can you please tell us how to display the Trix content on a normal page?

Used the below React wrapper for Trix :- https://github.com/rob-race/react-trix

Thanks, Rahul