12 ms·
What HTML editor do you use for email composition? (e.g. TinyMCE, CKEditor)
by tonybaroneee 14y ago
What HTML editor do you use for email composition? (e.g. TinyMCE, CKEditor)
- fxtentacle 14y agoI wrote my own simple editor which is based around content blocks. So for example every headline is a Text-block with style "Headline". https://github.com/fxtentacle/hajo-page-editor https://github.com/fxtentacle/hajo-page-editor
- tonybaroneee 14y agoInteresting, I'll check this out some more!