How to use

Copy-paste the stylesheet <link> into your <head> to load the CSS.

              
                <link rel="stylesheet" href="../assets/vendor/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="../assets/vendor/quill/dist/quill.min.js"></script>
              
            

Copy-paste the following <script> near the end of your pages under JS Front to enable it.

              
              
            

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

Methods

Parameters Description Default value

theme

Theme for editor snow