Added simple in-text tagging script
Go to file
Patrizio Bekerle 47e3dc1dfe added some information 2017-06-29 10:56:54 +02:00
custom-stylesheet added preview-styling script 2017-05-19 18:11:05 +02:00
encryption-keybase fixed an url 2017-05-19 17:52:54 +02:00
encryption-pgp added more information 2017-05-20 13:40:41 +02:00
example-script added new variable "platforms" 2017-06-03 10:35:21 +02:00
favorite-note added minAppVersion properties 2017-05-19 16:33:08 +02:00
github-headline added more information 2017-05-20 13:40:41 +02:00
journal-entry added minAppVersion properties 2017-05-19 16:33:08 +02:00
meeting-note added the meeting-note script 2017-05-19 19:54:54 +02:00
note-from-bitrix-task fixed task url detection 2017-06-15 11:18:00 +02:00
note-from-jira-issue added two more scripts 2017-05-19 18:50:39 +02:00
note-stats Update info.json 2017-06-16 20:23:12 +03:00
paste-from-skype-history added paste-from-skype-history script 2017-06-06 12:10:27 +02:00
paste-latex-image added minAppVersion properties 2017-05-19 16:33:08 +02:00
preview-styling added some information 2017-06-29 10:56:54 +02:00
selected-markdown-to-bbcode updated script 2017-05-20 13:04:53 +02:00
selected-markdown-to-jira added a line feed 2017-05-20 15:38:03 +02:00
taskwarrior Fixed bug preveting from importing a task that has no tag. 2017-06-19 14:00:27 +02:00
weather-stats removed a log message 2017-06-09 08:22:54 +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 checkout information 2017-06-03 10:13:02 +02:00
run-tests.php added new variable "platforms" 2017-06-03 10:35:21 +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
  • checkout your forked repository with git clone https://github.com/YOUR_GITHUB_NAME/scripts.git qownnotes-scripts
  • 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