I am trying to run the idraw extension via the command line using /Applications/Inkscape.app/Contents/MacOS/inkscape --actions=command.idraw2.0-manager.noprefs but it immediately crashes. Is it possible to run an extension from the command line?
No, it's not possible to pass parameters to extensions via the command line.
There are two modes, the extension name only brings up the extension dialogue and the extension name with .noprefs at the end just runs the last user settings from when Inkscape was last cleanly exited.
Hi,
I am trying to run the idraw extension via the command line using /Applications/Inkscape.app/Contents/MacOS/inkscape --actions=command.idraw2.0-manager.noprefs but it immediately crashes. Is it possible to run an extension from the command line?
Trying using
inkscape --batch-process --actions=.................
Thank you it no longer crashes and the pen moved up. Is there a way to access different actions that are under the idraw extension? I attached picture
inkscape --batch-process --actions=command.idraw2.0-manager.noprefs apply(where apply is a button under the plot)
No, it's not possible to pass parameters to extensions via the command line.
There are two modes, the extension name only brings up the extension dialogue and the extension name with .noprefs at the end just runs the last user settings from when Inkscape was last cleanly exited.
Okay I see. Sorry what is the extension dialogue?
The window that is generated from the .inx file.
What you see when you launch the extension in the Inkscape.
I see. thank you for the clarification.