Added simple in-text tagging script
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Patrizio Bekerle 432c6e60e1
added selected-markdown-to-slack script
6 years ago
custom-stylesheet added preview-styling script 6 years ago
encryption-keybase encryption info update 6 years ago
encryption-pgp encryption info update 6 years ago
example-script added new variable "platforms" 6 years ago
external-note-diff updated command 6 years ago
favorite-note added minAppVersion properties 6 years ago
github-headline added more information 6 years ago
inbox Update inbox.qml 6 years ago
insert-text Added insert text button script 6 years ago
journal-entry added minAppVersion properties 6 years ago
markdown-it fixed character escaping 6 years ago
meeting-note added the meeting-note script 6 years ago
merge-notes Update info.json 6 years ago
note-from-bitrix-task fixed task url detection 6 years ago
note-from-jira-issue added two more scripts 6 years ago
note-stats Update info.json 6 years ago
paste-from-skype-history added paste-from-skype-history script 6 years ago
paste-latex-image added minAppVersion properties 6 years ago
preview-styling added some information 6 years ago
selected-markdown-to-bbcode text changes 6 years ago
selected-markdown-to-jira text changes 6 years ago
selected-markdown-to-slack added selected-markdown-to-slack script 6 years ago
taskwarrior Fixed bug preveting from importing a task that has no tag. 6 years ago
weather-stats removed a log message 6 years ago
.travis.yml added tests and travis 6 years ago
LICENSE Initial commit 6 years ago
README.md added checkout information 6 years ago
run-tests.php added new variable "platforms" 6 years ago

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