Extensions to editor , adding special characters

I think that it could be very useful to add extension to editor that will enable us to add special characters since academic journals often use them in abstracts, and other metadata. Thanks

Hi @vvucic,

You might consider adding something like this TinyMCE addition. I haven’t used it myself, but it seems to do what you’re looking for. It’ll take a little bit of code tinkering to add to OJS.

Regards,
Alec Smecher
Public Knowledge Project Team

Yes, I know for that extension. I was wondering about the method how to add it.

Thanks in advance

Hi @vvucic,

Try adding it to the tinymce.init command (per the link above) in the file plugins/generic/tinymce/templates/header.tpl.

Regards,
Alec Smecher
Public Knowledge Project Team

Hello, I think that default editor in OJS 3.0.0 should have Character Map and accessibility checking. The both are available optionally in tinymce.
Accessibility checker can be linked to
achecker.ca
which is excellent accessibility checker.
I am willing to test the both as soon as they are available.
Thanks