What happened to Quill in the online generator?
What happened to Quill in the online generator?
This question has an accepted answers - jump to answer
This discussion has been closed.
This question has an accepted answers - jump to answer
Answers
Do you mean the download builder? If so, then yes, the plug-ins were removed from the download builder a few months ago I'm afraid. There weren't used much and they were non-trivial to maintain and update in that setting.
However, they are still available here and will continue to be maintained there.
Allan
I followed the instructions for Quill
Added the external JS and CSS links to my HTML
Downloaded the JS and CSS plugins and added those to their respective folders
Changes type in the JS.
Result is a page with just the headings. Same problem for the ckeditor.
I know its basic, but could you confirm how I actually add the external JS and CSS links in the HTML.?
Looks like there are a couple issues. First this:
<script src="https://cdn.quilljs.com/latest/quill.snow.css"></script>
Should be loaded like this:
<link rel="stylesheet" type="text/css" href="https://cdn.quilljs.com/latest/quill.snow.css">
If you look at the browser's console you should see a syntax error causing the page not to load.
Second you need to download and load the plugin code. The Javascript and CSS links here:
https://editor.datatables.net/plug-ins/field-type/editor.quill#Plug-in-code
Kevin