Through this video, I will share with you how to use a Rich Text Editor for a Form in a Spring Boot web application with Thymeleaf, and then how to display raw HTML from that rich text editor with Thymeleaf.
I will use a plugin called Minimal Rich Text Editor with JQuery and FontAwesome. Update an existing Spring Boot application to turn a text area input into a rich text editor which is used in Create new and Edit mode.
For view mode, I use a Thymeleaf special tag to unescape HTML tags to display the raw HTML code generated by the text editor.
Related videos for using Thymeleaf in Spring Boot:
- Thymeleaf For Each Iteration Practical Examples: https://www.youtube.com/watch?v=P2ri99BDTTI
- Thymeleaf Page Layout: Include Header, Footer and Menu: https://www.youtube.com/watch?v=IeK-Imp9_Q0
- Spring Boot Thymeleaf Form Handling Tutorial: https://www.youtube.com/watch?v=-IMvhBWwQrc
- Spring Boot CRUD Tutorial with Spring MVC, Spring Data JPA, ThymeLeaf, Hibernate, MySQL: https://www.youtube.com/watch?v=QloyS2dt9T4
- How to use Thymeleaf Fragments for Reusable Code: https://www.youtube.com/watch?v=5NDAmyGnkE4
#springboot #thymeleaf #javaweb #springmvc