Markdown Editor Add-on
Markdown Editor for Vaadin Flow
Wrapper for the React Markdown Editor component.
Features
- Supports both visual editing of markdown and also just viewing markdown content
- Support for dark and light themes
- Built in support for sanitization
Found a bug or have a suggestion? Report it on GitHub
For bug reports, feature suggestions, or questions, please open an issue on GitHub. This makes it easier for us to track and respond efficiently, ensuring you get the best possible support. Your input helps us improve—thank you!
Sample code
MarkdownEditor mde = new MarkdownEditor(); mde.setSizeFull(); mde.setPlaceholder("Enter Markdown here"); mde.setMaxLength(500); mde.setDataColorMode(DataColorMode.LIGTH); add(mde);
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
New features:
- Released
- 2024-10-28
- Maturity
- STABLE
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 24.4
- Browser
- N/A
Markdown Editor Add-on - Vaadin Add-on Directory
Markdown Editor for Vaadin FlowIssue tracker
View on GitHub
Author Homepage
Markdown Editor Add-on version 1.0.0
Initial release
Markdown Editor Add-on version 1.1.0
#### New features:
* Improve content state management by adding a state change listener and storing the state as an internal variable ([#4](https://github.com/FlowingCode/MarkdownEditor/issues/4))
* deprecate: correct typo on DataColorMode enum value ([#3](https://github.com/FlowingCode/MarkdownEditor/issues/3))