hansemann
(Hans .)
August 20, 2019, 11:24am
1
Hi.
I am in a need for using “right” german quotation marks „“ in the ckeditor.
And just before I need to write my own plugin - I just wanted to ask for „best practices“ or already existing solutions.
Thanks alot.
H.
(or: in general: how to add glyphs?)
Hi Hans,
there are keyboard shortcuts for special characters:
Guillemets, typografische Anführungszeichen, Quotation Mark: Tastenkombinationen, Tastaturkürzel, Alt-Codes für Anführungszeichen in Word finden Sie hier.
Alternatively, you can also extend the CKEditor, examples of which can be found in the following repo:
or in the documentation
https://neos.readthedocs.io/en/stable/ExtendingNeos/UiExtensibility.html
1 Like
hansemann
(Hans .)
September 1, 2019, 8:32pm
3
Thanks for the nice Link - that helped a lot
I did some more research on that more-an-autocorrect-feature and stumbled over https://ckeditor.com/docs/ckeditor5/latest/features/text-transformation.html
Meaning, that the ckeditor already knows how to deal with that. (and I do not need to write a plugin, puh!)
How do I activate it in the internal Neos-CKEditor?
(via Plugin, which activates a Plugin?)