From 95a443aae2551add312bfef558b151467b54a85a Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Wed, 17 May 2017 12:46:18 +0200 Subject: [PATCH] added authors --- example-script/info.json | 1 + favorite-note/info.json | 1 + github-headline/info.json | 1 + journal-entry/info.json | 1 + note-stats/info.json | 1 + paste-latex-image/info.json | 1 + 6 files changed, 6 insertions(+) diff --git a/example-script/info.json b/example-script/info.json index f7d10ce..08dd998 100644 --- a/example-script/info.json +++ b/example-script/info.json @@ -2,6 +2,7 @@ "name": "Example script", "identifier": "example-script", "script": "example-script.qml", + "authors": ["@pbek"], "version": "0.0.1", "description" : "Use this script to start a new script you want to submit to the script repository.\n\nJust copy the whole example-script folder from the git-repository on GitHub and rename both the folder and example-script.qml." } diff --git a/favorite-note/info.json b/favorite-note/info.json index bebf538..d7fabd6 100644 --- a/favorite-note/info.json +++ b/favorite-note/info.json @@ -3,5 +3,6 @@ "identifier": "favorite-note", "script": "favorite-note.qml", "version": "0.0.1", + "authors": ["@pbek"], "description" : "This script creates a menu item and a button that adds a favorite tag to the current note." } diff --git a/github-headline/info.json b/github-headline/info.json index 67cc21e..c5e2a5e 100644 --- a/github-headline/info.json +++ b/github-headline/info.json @@ -3,5 +3,6 @@ "identifier": "github-headline", "script": "github-headline.qml", "version": "0.0.1", + "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 Ctrl + Shift + V." } diff --git a/journal-entry/info.json b/journal-entry/info.json index 5e818ee..45c5c86 100644 --- a/journal-entry/info.json +++ b/journal-entry/info.json @@ -3,5 +3,6 @@ "identifier": "journal-entry", "script": "journal-entry.qml", "version": "0.0.2", + "authors": ["@pbek"], "description" : "This script creates a menu item and a button to create or jump to the current date's journal entry." } diff --git a/note-stats/info.json b/note-stats/info.json index ca6e3da..33a3996 100644 --- a/note-stats/info.json +++ b/note-stats/info.json @@ -3,5 +3,6 @@ "identifier": "note-stats", "script": "note-stats.qml", "version": "0.0.1", + "authors": ["@Maboroshy"], "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 50b493d..faea09f 100644 --- a/paste-latex-image/info.json +++ b/paste-latex-image/info.json @@ -3,5 +3,6 @@ "identifier": "paste-latex-image", "script": "paste-latex-image.qml", "version": "0.0.1", + "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 Codecogs Equation Editor." }