Trix Editor
Integration of Trix Editor for Vaadin platform
This addon is a wrapper around the popular open source rich text editor named Trix editor (https://trix-editor.org/).
Trix editor is very easy to use, offers the most important editing functions and a simple but very pleasant UI.
This component can be used within a binder.
TrixEditor Features
- Bold text
- Italic text
- Strikethrough text
- Heading
- Quote text
- Code
- Unordered/ ordered lists
- increase/decrease indentation level
- Attachment (currently not working)
- Undo/Redo
Sample code
TrixEditor editor = new TrixEditor("Initial Value goes here", "Editor Label");
TrixEditor editor = new TrixEditor("");
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Introduce a method to remove the "attach files" button from the DOM because this features is currently not implemented.
- Released
- 2023-02-27
- Maturity
- BETA
- License
- MIT License
Compatibility
- Framework
- Vaadin 23+
- Browser
- N/A
Trix Editor - Vaadin Add-on Directory
Integration of Trix Editor for Vaadin platformView on GitHub
Trix Editor version 1.0.1
Introduce a method to remove the "attach files" button from the DOM because this features is currently not implemented.