jeudi 15 octobre 2015

How to write a WYSIWYG editor using pure js?

I want to write a WYSIWYG editor using pure js. The text editor should have features like changing font style, size, color and so on. I want to organize each feature as a plugin file, so other developer can easily add or drop a feature by including and call the related plugin. What kind of design pattern should I use? Please show me a architecture graph.

Aucun commentaire:

Enregistrer un commentaire