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?
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?