1
0
Fork 0
mirror of https://github.com/marty-oehme/scripts.git synced 2024-11-18 07:48:07 +00:00
qownnotes-scripts/export-checkboxes/info.json
Mariano Mollo 40a3ba0e20 Include uppercase x (#40)
* Include uppercase x

Some people may be used to use uppercase x to mark checkboxes. The plugin should work in that case too.

* Update info.json

Updated version, authors and description.

* Update info.json

* Update info.json

Corrected mistake
2018-09-04 06:14:44 +02:00

9 lines
514 B
JSON

{
"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 <pre>- [x]</pre>, <pre>- [X]</pre> and <pre>- [ ]</pre> the list-bullet and mark are replaced with a single UTF-8 character &#x2611; and &#x2610; for checked/unchecked states."
}