I am interested in developing a custom plugin or two for Paratext.
I have downloaded the demo plugins from the GitHub repository (
https://github.com/ubsicap/paratext_demo_plugins) and have Visual Studio set up, but I am unable to locate the Paratext Plugin API DLL files (such as PluginInterfaces.dll or Paratext.PluginInterfaces.dll) that are needed to build and develop plugins.
Could you please help me with the following:
- How can I obtain the Paratext Plugin API development files/DLLs?
- Are there any registration requirements or developer program I need to join?
- Is there additional documentation available for plugin development beyond the demo plugins?
I tried to build the demo plugin "ReferencePluginQ" from the GitHub repository, and received errors saying that the following components are missing: PluginInterfaces.dll and EmbeddedUiPluginInterfaces.dll
Could you please provide these files or direct me to where I can download them?
I am using Paratext 9 and have Visual Studio Community edition installed.