django-formset icon indicating copy to clipboard operation
django-formset copied to clipboard

Feedback richtext-editor

Open maki-web-007 opened this issue 2 years ago • 0 comments

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

The following changes seem to be easily possible:

  • Headline to h4
  • Regroup elements and arrange them differently (e.g. all text alignments together etc.)
  • Remove underline

Elements that are still missing from the font formatting:

  • List
  • small font, large font

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?

maki-web-007 avatar Jun 20 '23 08:06 maki-web-007