mirror of
https://github.com/marty-oehme/scripts.git
synced 2025-12-10 05:52:46 +00:00
Added simple in-text tagging script
| example-script | ||
| favorite-note | ||
| github-headline | ||
| journal-entry | ||
| note-stats | ||
| paste-latex-image | ||
| .travis.yml | ||
| LICENSE | ||
| README.md | ||
| run-tests.php | ||
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-scriptfolder and give it an other name - add your script to the folder and remove the
example-script.qml - edit the
info.jsonto 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