1
0
Fork 0
mirror of https://github.com/marty-oehme/scripts.git synced 2024-06-28 22:57:55 +00:00
qownnotes-scripts/export-checkboxes/info.json
2018-01-12 10:24:33 +01:00

10 lines
482 B
JSON

{
"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 <pre>- [x]</pre> and <pre>- [ ]</pre> the list bullet and mark is replaced with a single UTF-8 character &#x2611; and &#x2610; for checked/unchecked state."
}