Hello
I have many big files. I would like to use the command line to move groups into layers so that I can easily hide large bits of each file.
I cannot find a command for adding a new layer. I have checked with ``` inkscape --action-list | rg layer```
Is it possible to add a layer in the CLI?
No, you cannot create elements using purely the Inkscape command line at the moment.
You can set attributes and properties, so toggle the visibility of existing groups for example.
Hello
I have many big files. I would like to use the command line to move groups into layers so that I can easily hide large bits of each file.
I cannot find a command for adding a new layer. I have checked with ``` inkscape --action-list | rg layer```
Is it possible to add a layer in the CLI?
No, you cannot create elements using purely the Inkscape command line at the moment.
You can set attributes and properties, so toggle the visibility of existing groups for example.