1
0
Fork 0
mirror of https://github.com/marty-oehme/scripts.git synced 2025-12-10 14:02:44 +00:00

Added new script to replace square brackets on list items with single checkbox symbols.

This commit is contained in:
m-wim 2017-12-10 19:11:18 +01:00
parent 336e48c139
commit 99f8fd4e08
2 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
"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."
}