Rich text editors?

I’m looking for a nice text editor which I can implement in my meteor project.

any suggestions??

thanks in advance

summernote or froala will be reactive with meteor
look at this post : How to send data to summernote editor?

I like this https://github.com/Alex-D/Trumbowyg
Summernote uses Bootstrap (we are on semantic)

1 Like

I use Draft.js from Facebook: https://facebook.github.io/draft-js/
It is integrated with React, though it requires that you build quiet a bit yourself, but that is where Draftjs-plugins come in: https://www.draft-js-plugins.com/

Save yourself from a lot of trouble and make sure whatever you pick does not use the browser’s exec commands for formatting.

I recommend Quill.

Also, on Changelog Nightly, there was recently a wysiwyg project for Draft.js that seemed pretty decent.