1
0
Fork 0
mirror of https://github.com/marty-oehme/scripts.git synced 2024-11-18 07:48:07 +00:00
qownnotes-scripts/text-highlights/info.json
ryliejamesthomas 7f27b4d9a7 Rewrite to address issue #925 (#43)
* Added myself to authors and incremented version number

* Rewrite that uses the mark element

* per request changed spelling of color, changed setting name,  and re-added custom action
2018-10-30 06:19:18 +01:00

10 lines
422 B
JSON

{
"name": "Text Highlights",
"identifier": "text-highlights",
"script": "text-highlights.qml",
"authors": ["@mleo2003", "@ryliejamesthomas"],
"platforms": ["linux", "macos", "windows"],
"version": "0.0.3",
"minAppVersion": "17.06.2",
"description" : "Provide a way to highlight text in markdown and render it as some other markdown viewers do. Uses ==text== syntax, and the color shown is configurable."
}