mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-12-22 16:08:09 +00:00
9 lines
632 B
JSON
9 lines
632 B
JSON
{
|
|
"name": "Selected Markdown to BBCode",
|
|
"identifier": "selected-markdown-to-bbcode",
|
|
"script": "selected-markdown-to-bbcode.qml",
|
|
"authors": ["@pbek"],
|
|
"version": "0.0.1",
|
|
"minAppVersion": "17.05.7",
|
|
"description" : "With this script you can right click the selected text and convert it to BBCode Code.\n\n<b>Dependencies</b>\n<a href=\"http://pandoc.org\">Pancode</a>\n<a href=\"https://github.com/2ion/pandoc-bbcode\">panbbcode.lua</a>\n\n<b>Installation</b>\nAfter you have installed <i>Pancode</i> you have to download the lua script <code>panbbcode.lua</code> and configure both paths in the script settings."
|
|
}
|