Commit Graph

1 Commits

Author SHA1 Message Date
5217f87012 feat: add rich text editor for creating blog and forum posts
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 2m8s
- Implemented a rich text editor using Facebook's Lexical framework.
- Added features for text formatting (bold, italic, underline, strikethrough, font size).
- Included image support with drag & drop and paste functionality.
- Created a toolbar for text alignment and formatting options.
- Developed a Create Post page with title input and editor integration.
- Added styles for the editor and post creation interface.
- Implemented image resizing functionality within the editor.
- Registered new commands for inserting images and handling image nodes.
- Provided tips and future enhancements for the editor.
2025-10-21 23:43:34 +08:00