fixed json preview url

This commit is contained in:
Patrizio Bekerle 2018-05-07 19:29:34 +02:00 committed by GitHub
parent 054ec04d3b
commit 3b3f3f2775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@ To bring your script into the **script repository** you just have to do the foll
- **duplicate** the **`example-script` folder** and give it an other name
- **add your script** to the folder and remove the `example-script.qml`
- **edit** the **`info.json`** to add your meta data
- you can use [example script info.json](http://www.jsoneditoronline.org/?url=https%3A%2F%2Fraw.githubusercontent.com%2Fqownnotes%2Fscripts%2Fmaster%2Fexample-script%2Finfo.json) to help you with the json encoding
- you can use [example script info.json](https://jsoneditoronline.org/?url=https%3A%2F%2Fraw.githubusercontent.com%2Fqownnotes%2Fscripts%2Fmaster%2Fexample-script%2Finfo.json) to help you with the json encoding
- **commit and push** your changes to your repository
- create a **[pull request](https://help.github.com/articles/creating-a-pull-request/)** to get your script merged into the QOwnNotes script repository