mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-12-22 16:08:09 +00:00
9 lines
381 B
JSON
9 lines
381 B
JSON
{
|
|
"name": "Export checkboxes",
|
|
"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. If list items start with a check box mark the list bullet and mark is replaced with a single UTF-8 character for checked/unchecked state."
|
|
}
|