1
0
Fork 0
mirror of https://github.com/marty-oehme/scripts.git synced 2024-06-30 23:57:57 +00:00
Added simple in-text tagging script
Go to file
2017-05-17 15:03:57 +02:00
example-script added authors 2017-05-17 12:46:18 +02:00
favorite-note added authors 2017-05-17 12:46:18 +02:00
github-headline added authors 2017-05-17 12:46:18 +02:00
journal-entry added authors 2017-05-17 12:46:18 +02:00
note-stats added authors 2017-05-17 12:46:18 +02:00
paste-latex-image added authors 2017-05-17 12:46:18 +02:00
.travis.yml added tests and travis 2017-05-16 16:24:30 +02:00
LICENSE Initial commit 2017-05-15 14:52:23 +02:00
README.md added documentation 2017-05-17 15:03:57 +02:00
run-tests.php fixed test script 2017-05-16 19:03:37 +02:00

QOwnNotes script repository

Build Status

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
  • commit and push your changes to your repository
  • create a pull request to get your script merged into the QOwnNotes script repository