Vue WYSIWYG Editor
Vue Bootstrap WYSIWYG Editor plugin
Note: This documentation is for an older version of Bootstrap (v.4). A
newer version is available for Bootstrap 5. We recommend migrating to the latest version of our product - Material Design for
Bootstrap 5.
Go to docs v.5
Vue Bootstrap WYSIWYG Editor is a lightweight plugin that enables rich text editing on your website.
Basic Example
MDBootstrap
WYSIWYG Editor
MDBootstrap.com © 2018
Features:
- Changing block type
- Text formatting (bold, italic, strikethrough, underline)
- Setting text color
- Text aligning
- Inserting links
- Inserting pictures
- Creating a list (bulled or numbered)
Options:
- Translations
- Using your own color palette
- Disabling/enabling tooltips
Translations
Vue Bootstrap WYSIWYG Editor comes with the option that allows you to use custom translations for all text in the editor.
Custom color palette
By default, Vue Bootstrap WYSIWYG Editor use color palette from MDBootstrap's text colors. If you need to use your custom colors, you can simply customize them to fit your project.
MDB Vue WYSIWYG Editor - API
Download
This plugin requires a purchase.
Buy Vue WYSIWYG Editor plugin
Options
Name | Type | Description |
---|---|---|
tooltips | boolean | Shows Bootstrap Tooltips for the toolbar buttons. |
colors | array | Allows to use custom color palette. See details here. |
translations | object | Allows to overwrite default plugin translations. See details here. |
@getContent |
event | Allows to get the content of the textarea - value is an object with two keys: html and
text |