pydanny / django-wysiwyg

A Django application for making Django textareas rich text editors. Certainly as a template tag and possibly as a form widget.
http://django-wysiwyg.readthedocs.org
MIT License
465 stars 63 forks source link

alloyeditor support #57

Closed caffodian closed 8 years ago

caffodian commented 8 years ago

A really simple AlloyEditor (alloyeditor.com) integration, hopefully it's useful to someone.

It's not documented on the website, but alloyeditor apparently creates a contenteditable div, copying original content, if you pass in a textarea.

pydanny commented 8 years ago

Hi @caffodian! Thanks very much for the pull request. :smile: Could you also update the README to support AlloyEditor's integration into this project?

caffodian commented 8 years ago

added!