Thread
:
Best way for a plugin to interact with another plugin? [SSH.koplugin]
View Single Post
06-21-2025, 12:41 AM
#
2
hius07
Wizard
Posts: 1,184
Karma: 3592925
Join Date: Sep 2014
Location: Ukraine
Device: Kindle
Every plugin has an access to the parent module (FM or Reader) as
self.ui
.
The parent has an access to any plugin as
self.plugin_name
.
Finally, a plugin can call other plugin's method as
self.ui.plugin_name:method_name
.
hius07
View Public Profile
Find More Posts by hius07
Track Posts by hius07 via RSS