mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-11-18 07:48:07 +00:00
40a3ba0e20
* 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
9 lines
514 B
JSON
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 ☑ and ☐ for checked/unchecked states."
|
|
}
|