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/troubleshoot.xml | |
| parent | 175709cdcfba4945cb20d21130e04efca54dd7ae (diff) | |
add links to documention in inx extensions (#2937)
Diffstat (limited to 'templates/troubleshoot.xml')
| -rw-r--r-- | templates/troubleshoot.xml | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/templates/troubleshoot.xml b/templates/troubleshoot.xml index b97971aa..4f2d9af0 100644 --- a/templates/troubleshoot.xml +++ b/templates/troubleshoot.xml @@ -3,8 +3,20 @@ <name>Troubleshoot Objects</name> <id>org.{{ id_inkstitch }}.troubleshoot</id> <param name="extension" type="string" gui-hidden="true">troubleshoot</param> - <param name="pointer-size" type="float" gui-text="Pointer size (mm)" min="1" max="800" precision="2">5</param> - <param name="font-size" type="float" gui-text="Font size (mm)" min="1" max="800" precision="2">2</param> + + <param name="notebook" type="notebook"> + <page name="options" gui-text="Options"> + <param name="pointer-size" type="float" gui-text="Pointer size (mm)" min="1" max="800" precision="2">5</param> + <param name="font-size" type="float" gui-text="Font size (mm)" min="1" max="800" precision="2">2</param> + </page> + <page name="info" gui-text="Help"> + <label>This extension points on problematic or possibly problematic spots in the document or selection.</label> + <spacer /> + <label>More information on our website</label> + <label appearance="url">https://inkstitch.org/docs/troubleshoot/#troubleshoot-objects</label> + </page> + </param> + <effect> <object-type>all</object-type> <effects-menu> |
