Toast UI Editor
UI Extension
Toast UI Editor is a markdown WYSIWYG editor with live preview, syntax highlighting, and extensible plugin architecture.
Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #135
KEY FEATURES
Markdown WYSIWYG
Live preview
Syntax highlighting
Chart plugin
Color syntax
Table merge
Custom plugins
Usage Example
Here's how you'll use Toast UI Editor with Oorian once the extension is available:
Java
// Create and configure Toast UI Editor component
ToastUIEditor component = new ToastUIEditor();
component.setWidth("100%");
component.setHeight("400px");
// Configure component options
component.setEnabled(true);
// Register for events using Oorian's event model
component.registerForEvent(this, ToastUIEditorEvent.class);
// Add to your page
container.addElement(component);Note: This is a preview of the expected API. The actual implementation may vary slightly when released.