I can't figure out how to get images to work like in the example on http://quilljs.com/.
I tried adding <span title="Image" class="ql-format-button ql-image"></span>
to the toolbar, which adds the button, but clicking on the button does nothing and I can't find anything in the documentation. Any suggestion?
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
Updated Answer
As of version 1.0 and beyond you no longer need to add the tool-tip module it's included by default. An example of how to enable it would be this.
Edit: This is no longer accurate as of 1.0. Chris Hawkes's answer is correct.
This unfortunately doesn't seem documented anywhere but you need to include the image-tooltip module. For example, this is what the editor on the quilljs.com homepage uses: