darklow / django-suit-redactor

Imperavi Readactor (WYSIWYG editor) integration app for Django admin
26 stars 21 forks source link

Add new plugin #10

Closed cubiczx closed 9 years ago

cubiczx commented 9 years ago

How do I add a new plugin? http://imperavi.com/redactor/examples/buttons-sup-and-sub/

cubiczx commented 9 years ago

Finally i use ckeditor with setting:

_ck_editor_toolbar = [
            [ 'Bold', 'Italic', 'Subscript', 'Superscript', 'SpecialChar', '-',
            'RemoveFormat', '-',
            'Cut', 'Copy', 'PasteText', '-',
            'Undo', 'Redo', '-',
            'Find', 'Replace', 'SelectAll', '-',
            'Maximize']
        ];