mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-12-30 11:58:09 +00:00
added minAppVersion properties
This commit is contained in:
parent
00e22d90f8
commit
beb60a27cc
7 changed files with 7 additions and 1 deletions
|
@ -4,5 +4,6 @@
|
|||
"script": "example-script.qml",
|
||||
"authors": ["@pbek"],
|
||||
"version": "0.0.1",
|
||||
"minAppVersion": "17.05.6",
|
||||
"description" : "Use this script to start a new script you want to submit to the script repository.\n\nJust copy the whole <i>example-script</i> folder from the git-repository on GitHub and rename both the folder and <i>example-script.qml</i>."
|
||||
}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"identifier": "favorite-note",
|
||||
"script": "favorite-note.qml",
|
||||
"version": "0.0.1",
|
||||
"minAppVersion": "17.05.6",
|
||||
"authors": ["@pbek"],
|
||||
"description" : "This script creates a menu item and a button that adds a <i>favorite</i> tag to the current note."
|
||||
}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"identifier": "github-headline",
|
||||
"script": "github-headline.qml",
|
||||
"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>."
|
||||
}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"identifier": "journal-entry",
|
||||
"script": "journal-entry.qml",
|
||||
"version": "0.0.2",
|
||||
"minAppVersion": "17.05.6",
|
||||
"authors": ["@pbek"],
|
||||
"description" : "This script creates a menu item and a button to create or jump to the current date's journal entry."
|
||||
}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"identifier": "note-stats",
|
||||
"script": "note-stats.qml",
|
||||
"version": "0.0.1",
|
||||
"minAppVersion": "17.05.6",
|
||||
"authors": ["@Maboroshy"],
|
||||
"description" : "This script shows current note statistics in the <i>scripting widget</i>."
|
||||
}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"identifier": "paste-latex-image",
|
||||
"script": "paste-latex-image.qml",
|
||||
"version": "0.0.1",
|
||||
"minAppVersion": "17.05.6",
|
||||
"authors": ["@pbek"],
|
||||
"description" : "This script creates a menu item and a button that generates and pastes an image from Latex code in the clipboard.\n\nIt uses the webservice <a href='http://latex.codecogs.com'>Codecogs Equation Editor</a>."
|
||||
}
|
||||
|
|
|
@ -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\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 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>"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue