mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-11-05 01:28:09 +00:00
1.1 KiB
1.1 KiB
QOwnNotes script repository
Here you will find all the scripts you can access in QOwnNotes.
Please visit the Scripting documentation for more information about scripting.
To bring your script into the script repository you just have to do the following:
- fork this repository
- 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 to help you with the json encoding
- commit and push your changes to your repository
- create a pull request to get your script merged into the QOwnNotes script repository