mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-12-22 16:08:09 +00:00
renamed a script
This commit is contained in:
parent
e5b5bc30fa
commit
1cef1ce59f
4 changed files with 6 additions and 6 deletions
|
@ -2,6 +2,6 @@
|
||||||
"name": "Favorite note",
|
"name": "Favorite note",
|
||||||
"identifier": "favorite-note",
|
"identifier": "favorite-note",
|
||||||
"script": "favorite-note.qml",
|
"script": "favorite-note.qml",
|
||||||
"version": "0.1",
|
"version": "0.0.1",
|
||||||
"description" : "This script creates a menu item and a button that adds a <i>favorite</i> tag to the current note."
|
"description" : "This script creates a menu item and a button that adds a <i>favorite</i> tag to the current note."
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "GitHub Header",
|
"name": "GitHub Headline",
|
||||||
"identifier": "github-header",
|
"identifier": "github-headline",
|
||||||
"script": "github-header.qml",
|
"script": "github-headline.qml",
|
||||||
"version": "0.1",
|
"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."
|
||||||
}
|
}
|
|
@ -2,6 +2,6 @@
|
||||||
"name": "Paste Latex Image",
|
"name": "Paste Latex Image",
|
||||||
"identifier": "paste-latex-image",
|
"identifier": "paste-latex-image",
|
||||||
"script": "paste-latex-image.qml",
|
"script": "paste-latex-image.qml",
|
||||||
"version": "0.1",
|
"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."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue