TinyMCE Plugin in the reference field

Hi
It would be a great service if you could connect the reference field under Entering the Submission’s Metadata and the TinyMCE Plugin so the author and later the editor easily could place an active URL in connection with the doi display.
Under the CrossRef DOI display guidelines you read: "CrossRef DOIs should always be displayed as permanent URLs in the online environment.
Example: http://dx.doi.org/10.1006/jmbi.1995.0238
See: http://www.crossref.org/02publishers/doi_display_guidelines.html
Regards
Niels Erik

Hi @nef,

This is probably best done as a local tweak on your install, as the future of that field (with OJS 3.0) is up in the air. You can change the list of TinyMCE-supported fields by editing plugins/generic/tinymce/TinyMCEPlugin.inc.php in the getEnableFields function; look for all the cases referencing saveMetadata to find where the metadata forms are configured. You can add the ID for the reference field to the $fields array at that point.

Regards,
Alec Smecher
Public Knowledge Project Team

A post was split to a new topic: How to enable TinyMCE editor on references field