summaryrefslogtreecommitdiff
path: root/templates/convert_to_stroke.xml
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2024-05-22 21:49:35 +0200
committerGitHub <noreply@github.com>2024-05-22 21:49:35 +0200
commit7a19800a6fed788c510156957d5d6c70f34bd222 (patch)
tree918da0319d4a1b053a873e3ff9953aa0be8e6259 /templates/convert_to_stroke.xml
parent175709cdcfba4945cb20d21130e04efca54dd7ae (diff)
add links to documention in inx extensions (#2937)
Diffstat (limited to 'templates/convert_to_stroke.xml')
-rw-r--r--templates/convert_to_stroke.xml18
1 files changed, 15 insertions, 3 deletions
diff --git a/templates/convert_to_stroke.xml b/templates/convert_to_stroke.xml
index 89ff04fe..51ee39fe 100644
--- a/templates/convert_to_stroke.xml
+++ b/templates/convert_to_stroke.xml
@@ -3,9 +3,20 @@
<name>Convert Satin to Stroke</name>
<id>org.{{ id_inkstitch }}.convert_to_stroke</id>
<param name="extension" type="string" gui-hidden="true">convert_to_stroke</param>
- <label>Converts a satin column into a running stitch.</label>
- <param name="keep_satin" type="boolean" gui-text="Keep satin column"
- gui-description="Do not delete original satin column.">false</param>
+
+ <param name="notebook" type="notebook">
+ <page name="options" gui-text="Options">
+ <param name="keep_satin" type="boolean" gui-text="Keep satin column"
+ gui-description="Do not delete original satin column.">false</param>
+ </page>
+ <page name="info" gui-text="Help">
+ <label>Converts a satin column into a running stitch.</label>
+ <spacer />
+ <label>More information on our website</label>
+ <label appearance="url">https://inkstitch.org/docs/stroke-tools/#convert-satin-to-stroke</label>
+ </page>
+ </param>
+
<effect>
<object-type>all</object-type>
<effects-menu>
@@ -14,6 +25,7 @@
</submenu>
</effects-menu>
</effect>
+
<script>
{{ command_tag | safe }}
</script>