Skip to content
Snippets Groups Projects
Commit 3c292683 authored by Richard Henck's avatar Richard Henck
Browse files

[editor] Add special character to TextEditor

New character: protected dash (which does not break lines)

#455
parent 84346cad
No related branches found
No related tags found
No related merge requests found
Pipeline #47625 passed
...@@ -235,6 +235,8 @@ ...@@ -235,6 +235,8 @@
<button mat-button (click)="insertSpecialChar('&#8239;')" <button mat-button (click)="insertSpecialChar('&#8239;')"
[matTooltip]="'Geschütztes Leerzeichen (schmal)'">&blank;<sub>2</sub></button> [matTooltip]="'Geschütztes Leerzeichen (schmal)'">&blank;<sub>2</sub></button>
<button mat-button (click)="insertSpecialChar('&ndash;')">&ndash;</button> <button mat-button (click)="insertSpecialChar('&ndash;')">&ndash;</button>
<button mat-button (click)="insertSpecialChar('&#8209;')"
[matTooltip]="'Geschützter Bindestrich'"></button>
<button mat-button (click)="insertSpecialChar('&female;')">&female;</button> <button mat-button (click)="insertSpecialChar('&female;')">&female;</button>
<button mat-button (click)="insertSpecialChar('&male;')">&male;</button> <button mat-button (click)="insertSpecialChar('&male;')">&male;</button>
<br> <br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment