diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-05-22 21:49:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-22 21:49:35 +0200 |
| commit | 7a19800a6fed788c510156957d5d6c70f34bd222 (patch) | |
| tree | 918da0319d4a1b053a873e3ff9953aa0be8e6259 /templates/auto_satin.xml | |
| parent | 175709cdcfba4945cb20d21130e04efca54dd7ae (diff) | |
add links to documention in inx extensions (#2937)
Diffstat (limited to 'templates/auto_satin.xml')
| -rw-r--r-- | templates/auto_satin.xml | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/templates/auto_satin.xml b/templates/auto_satin.xml index e7cf9a7a..41909623 100644 --- a/templates/auto_satin.xml +++ b/templates/auto_satin.xml @@ -2,9 +2,21 @@ <inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>Auto-Route Satin Columns</name> <id>org.{{ id_inkstitch }}.auto_satin</id> - <param name="trim" type="boolean" gui-text="Trim jump stitches">true</param> - <param name="preserve_order" type="boolean" gui-text="Preserve order of satin columns">false</param> - <param name="extension" type="string" gui-hidden="true">auto_satin</param> + + <param name="notebook" type="notebook"> + <page name="options" gui-text="Options"> + <param name="trim" type="boolean" gui-text="Trim jump stitches">true</param> + <param name="preserve_order" type="boolean" gui-text="Preserve order of satin columns">false</param> + <param name="extension" type="string" gui-hidden="true">auto_satin</param> + </page> + <page name="info" gui-text="Help"> + <label>This extension tries to create a single stitch path through all selected satin columns.</label> + <spacer /> + <label>More information on our website</label> + <label appearance="url">https://inkstitch.org/docs/satin-tools/#auto-route-satin-columns</label> + </page> + </param> + <effect> <object-type>all</object-type> <effects-menu> @@ -13,6 +25,7 @@ </submenu> </effects-menu> </effect> + <script> {{ command_tag | safe }} </script> |
