Create a new plugin

Hello,

I need to send formal letters (PDF) to authors and reviewers. (“Letter of Acceptance” and “Statement of Opinion”). I would like to create a plugin to automate this task.

Is there any OJS 3.x documentation or a plugin building code scaffold? If not what would be the best example of an existing plugin to modify?

Thanks

All documentation is here: https://docs.pkp.sfu.ca/
But as I remember there is a guide there only about creating a theme plugin for OJS 3+ and plugin development in OJS 2, although the main principles hasn’t changed.
You can start with exploring structure of generic plugins, e.g. https://github.com/pkp/ojs/tree/master/plugins/generic

1 Like