Scripter2 Features (Wish List): Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
No edit summary
(doc and sample)
Line 1: Line 1:
This is the place to add your desired features for Scripter2.
This is the place to add your desired features for Scripter2.


* Documentation of the provided functions and how to use them
* Sample scripts
* Getting the Layer Name from an item (something like scribus.getLayerName('item_name'))
* Getting the Layer Name from an item (something like scribus.getLayerName('item_name'))
* Getting the File Name from an open Document (something like scribus.getDocName() and scribus.getFullDocPath() )
* Getting the File Name from an open Document (something like scribus.getDocName() and scribus.getFullDocPath() )

Revision as of 07:42, 8 April 2014

This is the place to add your desired features for Scripter2.

  • Documentation of the provided functions and how to use them
  • Sample scripts
  • Getting the Layer Name from an item (something like scribus.getLayerName('item_name'))
  • Getting the File Name from an open Document (something like scribus.getDocName() and scribus.getFullDocPath() )