I'm new to Python (and scripting for Scribus) so at the start of a couple of learning curves.
I'd like to write a script which can be used to flag workflow in the document I'm editing (a monthly magazine with a lot of tracking to do between editions). The basic script would:
1) Save the current layer
2) Switch to the "Workflow" layer
3) Add a text frame containing "OLD", "KEEP", "QUERY", "WIP", or "NEW" in appropriate colours/fonts/rotation at the cursor position (hence wanting to run the script from the context sensitive menu)
4) Switch back to the saved (current) layer.
I'm currently doing this manually. I'd like to speed up the process a little.