{ "name": "Checkbox preview and export", "identifier": "export-checkboxes", "script": "export-checkboxes.qml", "version": "0.0.2", "minAppVersion": "17.12.0", "authors": ["@m-wim", "@visika"], "description" : "This script changes the html output of the preview and export. If a list item starts with a checkbox-mark like
- [x]
,
- [X]
and
- [ ]
the list-bullet and mark are replaced with a single UTF-8 character ☑ and ☐ for checked/unchecked states." }