added authors

This commit is contained in:
Patrizio Bekerle 2017-05-17 12:46:18 +02:00
parent 283e060d87
commit 95a443aae2
No known key found for this signature in database
GPG Key ID: 2E9FFD770DABE838
6 changed files with 6 additions and 0 deletions

View File

@ -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 <i>example-script</i> folder from the git-repository on GitHub and rename both the folder and <i>example-script.qml</i>."
}

View File

@ -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 <i>favorite</i> tag to the current note."
}

View File

@ -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 <i>Ctrl + Shift + V</i>."
}

View File

@ -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."
}

View File

@ -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 <i>scripting widget</i>."
}

View File

@ -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 <a href='http://latex.codecogs.com'>Codecogs Equation Editor</a>."
}