bennylope / django-addendum

:scroll: Easily edit arbitrary text snippets on a site without a full-fledged CMS or issuing another site release. Like a mini-CMS for every site.

Home Page:https://wellfire.co/learn/snippet-editing-with-django-addendum/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WYSIWYG editor?

hernantz opened this issue · comments

What WYSIWYG editor would you recomend for addendum?

That'd be up to you on a project-by-project basis. TinyMCE using django-tinymce wouldn't be a bad choice.

Do note however that there are no plans to include WYSIWYG editing into Djagno Addendum. It's designed to be very simple, for basic text. If you want to add in WYSIWYG editing you can create a new ModelAdmin class in your own project with WYSIWYG editing, deregister the default ModelAdmin class, and register your own.