mirror of
https://github.com/marty-oehme/scripts.git
synced 2025-12-10 14:02:44 +00:00
Update info.json
This commit is contained in:
parent
5167fc35bc
commit
d93cb73092
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "Export checkboxes",
|
"name": "Checkbox preview and export",
|
||||||
"identifier": "export-checkboxes",
|
"identifier": "export-checkboxes",
|
||||||
"script": "export-checkboxes.qml",
|
"script": "export-checkboxes.qml",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"minAppVersion": "17.12.0",
|
"minAppVersion": "17.12.0",
|
||||||
"authors": ["@m-wim"],
|
"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 <pre>- [ ]</pre> and <pre>- [x]</pre> 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 <pre>- [x]</pre> and <pre>- [ ]</pre> the list bullet and mark is replaced with a single UTF-8 character ☑ and ☐ for checked/unchecked state."
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue