mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-11-18 07:48:07 +00:00
7f27b4d9a7
* 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
10 lines
422 B
JSON
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."
|
|
}
|