mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-12-21 15:38:09 +00:00
added more information
This commit is contained in:
parent
a715f6df90
commit
6af3c88932
3 changed files with 3 additions and 3 deletions
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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>."
|
||||
}
|
||||
|
|
|
@ -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>"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue