CroudTech / vue-quill

Quill component for vue
MIT License
121 stars 22 forks source link

How to write a plugin? #1

Closed timeswind closed 8 years ago

timeswind commented 8 years ago

For example, I want to show a dialog and let user write math formula in latex and then render those inputs into string, then add the formula back to the editable area

BrockReece commented 8 years ago

Hi,

This isn't something I have looked into before, but you will probably be able to write a quill module for this, the best place to start would be the quill documentation http://quilljs.com/docs/modules/

A word of warning though, I think quill are about to release v1 soon which may introduce breaking changes to the module system.

I hope that helps