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.