What's a good Ember HTML editor addon?

Hi I have an app that lets users insert custom html. RIght now it’s just a regular textarea but I want the editor to not only beautify the user’s html, but also validate it against a list of html tags I do NOT want the user to use. So if they put an tag the editor should either strip them out or show an error message.

I found ember-ace-editor but wanted to check if anyone here know of any other one.

I use ember-ace in a project… I would recommend it.

There is a whole category of these on Ember Observer: Ember Observer

Isn’t Ace more of a code editor than HTML WYSIWYG editor.?.