Search found 3 matches
- Sat Sep 05, 2015 2:32 am
- Forum: Help with using Inkscape
- Topic: Documents title randomly become "memory document"
- Replies: 0
- Views: 4296
Documents title randomly become "memory document"
Hi I use inkscape 0.91 on Ubuntu 14.04 When I open a file the title says something like "filename.svg" At a random point, e.g. after copying something to the clipboard, the title changes to something like "Memory document 24" This is quite annoying because when I have multiple fi...
- Wed Dec 24, 2014 6:23 am
- Forum: Programming
- Topic: How to get started on writing extensions
- Replies: 2
- Views: 9861
Re: How to get started on writing extensions
This extension allows you to run a couple of custom lines of python code from within Inkscape - on the fly without having to use an editor and write a complete script.
Useful for doing one-liners while editing your drawing.
http://www.smanohar.com/inkscape.php
Useful for doing one-liners while editing your drawing.
http://www.smanohar.com/inkscape.php
- Fri Aug 22, 2014 4:14 am
- Forum: Programming
- Topic: Interactive Python Shell extension?
- Replies: 3
- Views: 4705
Re: Interactive Python Shell extension?
I have written a very simple extension to Inkscape that may do what you want! It allows 5 lines of python code to be typed in, via the GUI, and iterated over objects. You can iterate over the selection, or over an XPath. Best of all, you don't have to leave inkscape! http://www.smanohar.com/inkscape...