added more information

This commit is contained in:
Patrizio Bekerle 2017-05-20 13:40:41 +02:00
parent a715f6df90
commit 6af3c88932
No known key found for this signature in database
GPG Key ID: 2E9FFD770DABE838
3 changed files with 3 additions and 3 deletions

View File

@ -5,5 +5,5 @@
"authors": ["@pbek"],
"version": "0.0.1",
"minAppVersion": "17.05.7",
"description" : "This script will encrypt and decrypt notes with PGP.\nDecryption may only work if you don't have to enter a password."
"description" : "This script will encrypt and decrypt notes with <a href='https://gnupg.org/'>PGP</a>.\nDecryption may only work if you don't have to enter a password."
}

View File

@ -5,5 +5,5 @@
"version": "0.0.1",
"minAppVersion": "17.05.6",
"authors": ["@pbek"],
"description" : "Inserts a headline and a link to the GitHub issue from an url in the clipboard into the current note when you paste the link with <i>Ctrl + Shift + V</i>."
"description" : "Inserts a headline and a link to the <a href='https://github.com/'>GitHub</a> issue from an url in the clipboard into the current note when you paste the link with <i>Ctrl + Shift + V</i>."
}

View File

@ -5,5 +5,5 @@
"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 Jira Code.\n\n<b>Dependencies</b>\n<a href=\"https://nodejs.org/en/download/\">Node.js</a>\n<a href=\"https://github.com/kylefarris/J2M\">jira2md</a>\n\n<b>Installation</b>\nAfter you have installed <i>Node.js</i> you can install <i>jira2md</i> by typing:\n<code>npm install jira2md</code>"
"description" : "With this script you can right click the selected text and convert it to <a href='https://www.atlassian.com/software/jira'>Jira</a> Code.\n\n<b>Dependencies</b>\n<a href=\"https://nodejs.org/en/download/\">Node.js</a>\n<a href=\"https://github.com/kylefarris/J2M\">jira2md</a (installed via <code>npm</code>)\n\n<b>Installation</b>\nAfter you have installed <i>Node.js</i> you can install <i>jira2md</i> by typing:\n<code>npm install jira2md</code>"
}