qownnotes-scripts/export-checkboxes/info.json

10 lines
450 B
JSON
Raw Normal View History

{
"name": "Export checkboxes",
"identifier": "export-checkboxes",
"script": "export-checkboxes.qml",
"version": "0.0.1",
"minAppVersion": "17.12.0",
"authors": ["@m-wim"],
2018-01-12 09:21:22 +00:00
"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."
}