Skip to content
Anjunar/ DOCS

Editor

Markdown as the stable editor value in SSR and the browser.
Structured content
One Markdown value
The demo starts writable. Markdown source and readonly presentation are explicit modes outside the editor.
Full editor
Formatting, headings, lists, links, images, tables, code and horizontal rules are independent plugins.
Markdown: 376 characters
Contextual plugin DSL
Install only the editing capabilities needed by a field; the value remains Markdown.
scala
editor("body") { placeholder = "Write the article..." value = markdown ribbonToolbar() basePlugin() headingPlugin() listPlugin() linkPlugin() imagePlugin() tablePlugin() codePlugin() horizontalRulePlugin() }