Summernote WYSIWYG Editor
Super Simple WYSIWYG Editor on Bootstrap Summernote is a JavaScript library that helps you create WYSIWYG editors online.
Official documentation
For more detailed information and examples, see the official documentation: Summernote WYSIWYG Editor.
How to use?
To add hs.summernote-editor.js
in your page, wrap any block in
a parent element with an ID or class and add the same ID or the class in the JS INIT function of the
plugin.
Copy-paste the stylesheet <link>
into your <head>
to load the CSS.
Copy-paste the following <script>
near the end of your pages under JS
Implementing Plugins to enable it.
Copy-paste the following <script>
near the end of your pages under JS
Nova to enable it.
Copy-paste the init function under JS Plugins Init., before the closing </body>
tag, to enable it.
Attributes
All data attributes are transformed as follows:
from:
to:
look at the parameter on the official documentation page of the plugin: https://summernote.org/deep-dive and paste the data attribute according to this transformation.
Methods
The methods work as follows:
from:
to:
- look at the method on the official documentation page of the plugin: https://summernote.org/deep-dive and insert the data attribute according to this transformation.
Callbacks
Callbacks work like this:
to:
- look at the callback on the official documentation page of the plugin https://summernote.org/deep-dive and insert it according to the example above.