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

added the selected-markdown-to-bbcode script

This commit is contained in:
Patrizio Bekerle 2017-05-19 17:03:28 +02:00
parent beb60a27cc
commit b5c7017458
No known key found for this signature in database
GPG key ID: 2E9FFD770DABE838
2 changed files with 104 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
"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 settings."
}