1
0
Fork 0
mirror of https://github.com/marty-oehme/scripts.git synced 2025-12-10 05:52:46 +00:00

updated script

This commit is contained in:
Patrizio Bekerle 2017-05-20 13:04:53 +02:00
parent eb6e526fbc
commit a715f6df90
No known key found for this signature in database
GPG key ID: 2E9FFD770DABE838
5 changed files with 11 additions and 115 deletions

View file

@ -2,8 +2,9 @@
"name": "Selected Markdown to BBCode",
"identifier": "selected-markdown-to-bbcode",
"script": "selected-markdown-to-bbcode.qml",
"resources": ["panbbcode.lua"],
"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."
"version": "0.0.2",
"minAppVersion": "17.05.8",
"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\">Pandoc</a>\n<a href=\"https://github.com/2ion/pandoc-bbcode\">panbbcode.lua</a> (bundled with the script)\n\n<b>Installation</b>\nAfter you have installed <i>Pandoc</i> you have to configure its path in the script settings."
}