From d93cb730928b76b720c021bc772582e938143b0a Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Fri, 12 Jan 2018 10:24:33 +0100 Subject: [PATCH] Update info.json --- export-checkboxes/info.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/export-checkboxes/info.json b/export-checkboxes/info.json index b15c290..d807704 100644 --- a/export-checkboxes/info.json +++ b/export-checkboxes/info.json @@ -1,9 +1,9 @@ { - "name": "Export checkboxes", + "name": "Checkbox preview and export", "identifier": "export-checkboxes", "script": "export-checkboxes.qml", "version": "0.0.1", "minAppVersion": "17.12.0", "authors": ["@m-wim"], - "description" : "This script changes the html output of the preview and export. If list items start with a check box mark like
- [ ]
and
- [x]
the list bullet and mark is replaced with a single UTF-8 character for checked/unchecked state." + "description" : "This script changes the html output of the preview and export. If list items start with a check box mark like
- [x]
and
- [ ]
the list bullet and mark is replaced with a single UTF-8 character ☑ and ☐ for checked/unchecked state." }