summaryrefslogtreecommitdiff
path: root/templates/troubleshoot.xml
blob: a958b5bdd4dce0ca2bb523c697a89141cefffffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <name>Troubleshoot Objects</name>
    <id>org.{{ id_inkstitch }}.troubleshoot</id>
    <param name="extension" type="string" gui-hidden="true">troubleshoot</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>
        <icon>{{ icon_path }}inx/troubleshoot.svg</icon>
        <menu-tip>Marks problematic or possibly problematic spots in the document or selection</menu-tip>
        <effects-menu>
            <submenu name="{{ menu_inkstitch }}" translatable="no">
                <submenu name="Troubleshoot" />
            </submenu>
        </effects-menu>
    </effect>
    <script>
        {{ command_tag | safe }}
    </script>
</inkscape-extension>