Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback richtext-editor #75

Open
maki-web-007 opened this issue Jun 20, 2023 · 0 comments
Open

Feedback richtext-editor #75

maki-web-007 opened this issue Jun 20, 2023 · 0 comments

Comments

@maki-web-007
Copy link

maki-web-007 commented Jun 20, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant