sachinchoolur / angular-trix

A rich WYSIWYG text editor directive for angularjs.
http://sachinchoolur.github.io/angular-trix/
MIT License
328 stars 62 forks source link

Comparison with Textangular & CKeditor #1

Closed yankustefan closed 8 years ago

yankustefan commented 8 years ago

Hey Sachin

This looks really great! Still, I have to ask:

What are the pros and cons of this "module" compared to Textangular and/or CKeditor?

Or what was the main motivation behind making a new one?

Don't get me wrong, it really looks promising and I will try it out. Since I use Textangular & CKeditor. Just would love to hear the author's voice ;)

talbotseb commented 8 years ago

Same question here :+1:

sachinchoolur commented 8 years ago

Hi guys,

First of all i am not the author of trix editor. I just wrote an anguularjs directive for trix editor. You can have a look at the official website to know about more about trix editor.

Previously i was using textangular and i found some bugs then i felt it is not production ready. Started searching for some other WYSIWYG editors. Luckily i found trix which satisfies all my requirements. But it was not angular based. So i wrote a directive wrapper for trix editor And it still supports all the features of trix editor.

yankustefan commented 8 years ago

Thank you for your feedback and to make this wrapper publicly available!