@kiwidude - I'm looking at how to configure my plugin to use Reading Lists and could use some advice, or a pointer where to ask.
In my plugin action, I can get a ref to ReadingListAction from self.gui.iactions['Reading List']. But what's the best way to get a ref to ReadingListAction from inside my config widget?
I can assign it to a variable imported from the config file myself in the action's genesis() method, but is there a better, sanctioned approach to get it?
Thanks,
Jim
|