mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-12-22 07:58:08 +00:00
updated description
This commit is contained in:
parent
cd07cd2a82
commit
283e060d87
3 changed files with 3 additions and 3 deletions
|
@ -3,5 +3,5 @@
|
|||
"identifier": "github-headline",
|
||||
"script": "github-headline.qml",
|
||||
"version": "0.0.1",
|
||||
"description" : "Inserts a headline and a link to the GitHub issue from an url in the clipboard into the current note."
|
||||
"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,5 +3,5 @@
|
|||
"identifier": "note-stats",
|
||||
"script": "note-stats.qml",
|
||||
"version": "0.0.1",
|
||||
"description" : "This script shows current note statistics in a <i>label</i>."
|
||||
"description" : "This script shows current note statistics in the <i>scripting widget</i>."
|
||||
}
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
"identifier": "paste-latex-image",
|
||||
"script": "paste-latex-image.qml",
|
||||
"version": "0.0.1",
|
||||
"description" : "This script creates a menu item and a button that generates and pastes an image from Latex code in the clipboard."
|
||||
"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>."
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue