I ended up writing a Markdown plugin to a client-side WYSIWYG editor. I needed the ability to store formatted text in MS SQL without either uploaded a binary blob (.doc/.pdf) or using a WYSIWYG with HTML output.
Markdown is exactly what we needed but there weren't any good JS WYSIWYG editors available, so I hacked one together.
Markdown is exactly what we needed but there weren't any good JS WYSIWYG editors available, so I hacked one together.