diff --git a/selected-markdown-to-bbcode/info.json b/selected-markdown-to-bbcode/info.json index 4286a19..286132e 100644 --- a/selected-markdown-to-bbcode/info.json +++ b/selected-markdown-to-bbcode/info.json @@ -6,5 +6,5 @@ "authors": ["@pbek"], "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\nDependencies\nPandoc\npanbbcode.lua (bundled with the script)\n\nInstallation\nAfter you have installed Pandoc you have to configure its path in the script settings." + "description" : "With this script you can right click the selected text and convert it to BBCode Code in the clipboard.\n\nDependencies\nPandoc\npanbbcode.lua (bundled with the script)\n\nInstallation\nAfter you have installed Pandoc you have to configure its path in the script settings." } diff --git a/selected-markdown-to-jira/info.json b/selected-markdown-to-jira/info.json index c40b66f..daf5eed 100644 --- a/selected-markdown-to-jira/info.json +++ b/selected-markdown-to-jira/info.json @@ -5,5 +5,5 @@ "authors": ["@pbek"], "version": "0.0.3", "minAppVersion": "17.05.7", - "description" : "With this script you can right click the selected text and convert it to Jira Code.\n\nDependencies\nNode.js\njira2md (installed via npm)\n\nInstallation\nAfter you have installed Node.js you can install jira2md by typing:\nsudo npm install -g jira2md\n\nYou might also need to set your NODE_PATH to the path where the module did get installed with for example:\nexport NODE_PATH=/usr/local/lib/node_modules" + "description" : "With this script you can right click the selected text and convert it to Jira Code in the clipboard.\n\nDependencies\nNode.js\njira2md (installed via npm)\n\nInstallation\nAfter you have installed Node.js you can install jira2md by typing:\nsudo npm install -g jira2md\n\nYou might also need to set your NODE_PATH to the path where the module did get installed with for example:\nexport NODE_PATH=/usr/local/lib/node_modules" }