Add-on Directory

Markdown Editor Add-on - Vaadin Add-on Directory

Markdown Editor for Vaadin Flow Markdown Editor Add-on - Vaadin Add-on Directory
Wrapper for [the React Markdown Editor component](https://github.com/uiwjs/react-md-editor). #### 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](https://github.com/FlowingCode/MarkdownEditor/issues). 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!
Online Demo
Issue 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))

Markdown Editor Add-on version 2.0.0
#### New features: * Add HasValue support ([#13](https://github.com/FlowingCode/MarkdownEditor/issues/13)) * Apply application's theme to component ([#10](https://github.com/FlowingCode/MarkdownEditor/issues/10))

Markdown Editor Add-on version 2.0.1
#### Bug fixes: * Rename javascript connector ([#17](https://github.com/FlowingCode/MarkdownEditor/issues/17)) * Use @JsModule instead of @JavaScript ([#18](https://github.com/FlowingCode/MarkdownEditor/issues/18)) * Fix swapped Javadocs for getContent/setContent * Safely disconnect themeChangeObserver with optional chaining ([#20](https://github.com/FlowingCode/MarkdownEditor/issues/20))