We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
After the installation, you can replace this;
var toolbar = new WysiHat.Toolbar(editor);
with;
var toolbar = new WysiHat.AdvancedToolbar(editor);
to include the Advanced Toolbar instead of the standard one.