well the above answer is the correct in the js, but you have to add html to the editor, example:
so after that put in the js
quill = new Quill('#editor', {
modules: {
'toolbar': { container: '#toolbar' },
'image-tooltip': true,
'link-tooltip': true
},
theme: 'snow'
});