mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-11-14 13:58:07 +00:00
10 lines
401 B
JSON
10 lines
401 B
JSON
{
|
|
"name": "Text Highlights",
|
|
"identifier": "text-highlights",
|
|
"script": "text-highlights.qml",
|
|
"authors": ["@mleo2003"],
|
|
"platforms": ["linux", "macos", "windows"],
|
|
"version": "0.0.2",
|
|
"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."
|
|
}
|