Added simple in-text tagging script
Go to file
Patrizio Bekerle 8248fe6bda
added more scripts
2017-05-19 17:51:12 +02:00
encryption-keybase added more scripts 2017-05-19 17:51:12 +02:00
encryption-pgp added more scripts 2017-05-19 17:51:12 +02:00
example-script added minAppVersion properties 2017-05-19 16:33:08 +02:00
favorite-note added minAppVersion properties 2017-05-19 16:33:08 +02:00
github-headline added minAppVersion properties 2017-05-19 16:33:08 +02:00
journal-entry added minAppVersion properties 2017-05-19 16:33:08 +02:00
note-stats added minAppVersion properties 2017-05-19 16:33:08 +02:00
paste-latex-image added minAppVersion properties 2017-05-19 16:33:08 +02:00
selected-markdown-to-bbcode added a word 2017-05-19 17:12:39 +02:00
selected-markdown-to-jira added minAppVersion properties 2017-05-19 16:33:08 +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