From 283e060d87bcbecf1aa5991ac6ee35d5f6e7905f Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Wed, 17 May 2017 07:13:07 +0200 Subject: [PATCH] updated description --- github-headline/info.json | 2 +- note-stats/info.json | 2 +- paste-latex-image/info.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/github-headline/info.json b/github-headline/info.json index 12196fb..67cc21e 100644 --- a/github-headline/info.json +++ b/github-headline/info.json @@ -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 Ctrl + Shift + V." } diff --git a/note-stats/info.json b/note-stats/info.json index 87576f3..ca6e3da 100644 --- a/note-stats/info.json +++ b/note-stats/info.json @@ -3,5 +3,5 @@ "identifier": "note-stats", "script": "note-stats.qml", "version": "0.0.1", - "description" : "This script shows current note statistics in a label." + "description" : "This script shows current note statistics in the scripting widget." } diff --git a/paste-latex-image/info.json b/paste-latex-image/info.json index ebf8ee0..50b493d 100644 --- a/paste-latex-image/info.json +++ b/paste-latex-image/info.json @@ -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 Codecogs Equation Editor." }