Hacker News new | ask | show | jobs
by tonybaroneee 4880 days ago
What HTML editor do you use for email composition? (e.g. TinyMCE, CKEditor)
1 comments

I 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

Interesting, I'll check this out some more!