Added simple in-text tagging script
Go to file
Patrizio Bekerle 00e22d90f8
added selected-markdown-to-jira script
2017-05-19 16:28:07 +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
selected-markdown-to-jira added selected-markdown-to-jira script 2017-05-19 16:28:07 +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 badges and links 2017-05-17 15:13:26 +02:00
run-tests.php fixed test script 2017-05-16 19:03:37 +02:00

README.md

QOwnNotes script repository

Installation | Changelog | Issues | Releases | Documentation | IRC Chat | Gitter Chat

Build Status Percentage of issues still open Gitter chat Documentation

Here you will find the scripts you can directly access in QOwnNotes, plain-text file notepad with markdown support and Nextcloud and ownCloud integration.

Please visit the Scripting documentation for more information about scripting and how to write your own.

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