diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-12-29 09:29:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-29 09:29:25 +0100 |
| commit | 057f0314d29814a087c6026c8b687b2df90ef9fd (patch) | |
| tree | ff382a18fbd7a36a0ac7b61606a8402913c6c553 /templates | |
| parent | e82526b6085b867baed2cbdade617f3901e1120e (diff) | |
remove glyphlist update extension (replaced by edit json) (#3380)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/lettering_update_json_glyphlist.xml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/templates/lettering_update_json_glyphlist.xml b/templates/lettering_update_json_glyphlist.xml deleted file mode 100644 index ac74cf1f..00000000 --- a/templates/lettering_update_json_glyphlist.xml +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <name>Update Glyphlist</name> - <id>org.{{ id_inkstitch }}.lettering_update_json_glyphlist</id> - <param name="extension" type="string" gui-hidden="true">lettering_update_json_glyphlist</param> - - <param name="notebook" type="notebook"> - <page name="options" gui-text="Options"> - <param type="path" name="font-dir" gui-text="Font Folder" mode="folder"/> - </page> - <page name="info" gui-text="Help"> - <label appearance="header">Updates the glyphlist in the json file.</label> - <spacer /> - <label>More information on our website</label> - <label appearance="url">https://inkstitch.org/docs/font-tools/#update-glyph-list</label> - </page> - </param> - - <effect needs-live-preview="false"> - <object-type>all</object-type> - <icon>{{ icon_path }}inx/font_management.svg</icon> - <menu-tip>Updates the glyphlist in the json file</menu-tip> - <effects-menu> - <submenu name="{{ menu_inkstitch }}" translatable="no"> - <submenu name="Font Management" /> - </submenu> - </effects-menu> - </effect> - - <script> - {{ command_tag | safe }} - </script> -</inkscape-extension> |
