Looking for a restricted WYSIWYG editor to enforce styling

I’m looking for a simple embeddable WYSIWYG editor, with restricted formatting options, to enforce consistent styling of content. I don’t want any style="" attributes, only H1, H2, P, UL, OL and IMG elements with optional classes.

Does anyone know of an editor like this?

Markdown isn’t quite enough, because I want to be able to add classes to images to make them float left or right or be centered.

1 Like

If you use React, check out http://facebook.github.io/draft-js/

Sadly I use Blaze :pensive:

1 Like

https://alex-d.github.io/Trumbowyg/

1 Like