paranext / paranext-core

Electron client, extension host, and C# library for Paranext
https://paranext.github.io/paranext-core/
MIT License
17 stars 2 forks source link

Document all ways / places where an extension can extend Platform #1349

Open Sebastian-ubs opened 3 days ago

Sebastian-ubs commented 3 days ago

User Story As a extension developer, I want to know which parts of Platform I can extend so that I can understand the possibilities and work with them or request other extension points.

Description Questions like "can an extension add a component to the main toolbar" or "can an extension replace an existing extension" lead to a need for documentation. Add a place where all possibilities are listed how to extend Platform - together with links and/or examples. Incomplete list of examples

Implementation idea Add a wiki page to the extensions wiki

Testing ideas

Sebastian-ubs commented 4 hours ago

partially depends on

related