mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-10-31 23:38:08 +00:00
9 lines
485 B
JSON
9 lines
485 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 a list item starts with a checkbox-mark like <pre>- [x]</pre> and <pre>- [ ]</pre> the list-bullet and mark are replaced with a single UTF-8 character ☑ and ☐ for checked/unchecked states."
|
|
}
|