Skip to content
katherinejensen00 edited this page Jul 1, 2021 · 10 revisions

Depending on what the developer needs, they will need to implement one or more of the following interfaces:

Plugin Description
IParatextStartupAutomaticPlugin Interface for plugins that run when Paratext is first starting up (before the Main Window is shown).
IParatextMainWindowAutomaticPlugin Interface for plugins that run when the main window is first shown.
IParatextWindowPlugin Interface for plugins that run when a menu item is clicked and want to create an embedded Paratext child window when clicked.
IParatextStandalonePlugin Interface for plugins that run when a menu item is clicked and that have no UI or have stand-alone UI (not embedded in Paratext's windowing framework).
IParatextScrTextAnnotationPlugin Interface for plugins that want to create annotations to show in the Scripture text child window.

Clone this wiki locally