summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2020-03-22 09:16:28 +0100
committerGitHub <noreply@github.com>2020-03-22 09:16:28 +0100
commit88ba830a991ae68ee1a11c989961da78fbb3ef5c (patch)
treeedbfff0d0282edf14a581cd64978c111ebb3b3ed /templates
parent660c3f2cfab8112b8b5999e7896e838f1eed9106 (diff)
add stitch plan extension (#640)
Diffstat (limited to 'templates')
-rw-r--r--templates/stitch_plan_preview.inx15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/stitch_plan_preview.inx b/templates/stitch_plan_preview.inx
new file mode 100644
index 00000000..e047af10
--- /dev/null
+++ b/templates/stitch_plan_preview.inx
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>{% trans %}Stitch Plan Preview{% endtrans %}</name>
+ <id>org.inkstitch.stitch_plan_preview.{{ locale }}</id>
+ <param name="extension" type="string" gui-hidden="true">stitch_plan_preview</param>
+ <effect>
+ <object-type>all</object-type>
+ <effects-menu>
+ <submenu name="Ink/Stitch" />
+ </effects-menu>
+ </effect>
+ <script>
+ {{ command_tag | safe }}
+ </script>
+</inkscape-extension>