-
-
Notifications
You must be signed in to change notification settings - Fork 39
UBA Plugins
Eliran Wong edited this page Mar 9, 2021
·
12 revisions
UBA Plugins add functionalities to UniqueBible.app desktop version.
This page gives a brief introduction to UBA plugins.
UBA plugins are written in python and executed when UBA is running.
Each plugin file should end with file extension "*.py".
Each plugin could be as simple as a single line command or as rich as a multiple-window application.
There are four types of UBA plugins:
- menu plugins - accessible through menu
https://github.com/eliranwong/UniqueBible/wiki/UBA-Menu-Plugins
- context plugins - accessible through right-click context menu
https://github.com/eliranwong/UniqueBible/wiki/UBA-Context-Plugins
- startup plugins - run on UBA startup
https://github.com/eliranwong/UniqueBible/wiki/UBA-Startup-Plugins
- shutdown plugins - run on UBA shutdown
https://github.com/eliranwong/UniqueBible/wiki/UBA-Shutdown-Plugins
They are placed into folders, "menu", "context", "startup" and "shutdown" correspondingly.