Hi
On the Scribus wiki
there is a script which is supposed to give a list of all scripter commands and parameters.
If I execute in the script console
import scribus
d = dir(scribus)
print(d)
I get a list of all the commands and parameters
This script
https://wiki.scribus.net/canvas/Category:Scripts#Auto-Output_all_Scripter_Commands
formats what is in this list d.
How should I run this script? If I run it in the console I get an error message.
The output of the script run in 2018 is posted here
https://wiki.scribus.net/canvas/Automatic_Scripter_Commands_list
--Hannes