How to use
Copy-paste the stylesheet <link>
into your <head>
to load the CSS.
<link rel="stylesheet" href="../node_modules/quill/dist/quill.snow.css">
Copy-paste the following <script>
near the end of your pages under JS Implementing Plugins to enable it.
<script src="../node_modules/quill/dist/quill.min.js"></script>
Copy-paste the following <script>
near the end of your pages under JS Front to enable it.
<script src="../assets/js/hs.quill.js"></script>
Copy-paste the init function under JS Plugins Init., before the closing </body>
tag, to enable it.
<script>
$(document).on('ready', function () {
// initialization of quilljs editor
var quill = $.HSCore.components.HSQuill.init('.js-quill');
});
</script>
Basic examples
Custom template
Modal example
Methods
Parameters | Description | Default value |
---|---|---|
|
Theme for editor | snow |