jrief / django-formset

The missing widgets and form manipulation library for Django
https://django-formset.fly.dev/
MIT License
326 stars 35 forks source link

Feedback richtext-editor #75

Open maki-web-007 opened 1 year ago

maki-web-007 commented 1 year ago

The appearance and the function of the editor are so far already very good.

The following changes seem to be easily possible:

Elements that are still missing from the font formatting:

Insert a horizonal line generates the following HTML: <hr contenteditable="false">. However, in Django we have the following structure for thehorizonal line: <div class="rule-uibk-orange1 cms-plugin cms-plugin-3066987"><hr></div>

Indentation: <p data-text-indent="1"> Shouldn't this also be solved with CSS classes?

Is it possible that I can also make changes?