Added simple in-text tagging script
Go to file
Maboroshy 160d9a8eaf
Add files via upload
2017-11-30 22:46:17 +03:00
custom-stylesheet added preview-styling script 2017-05-19 18:11:05 +02:00
encryption-keybase encryption info update 2017-07-12 09:07:40 +02:00
encryption-pgp encryption info update 2017-07-12 09:07:09 +02:00
example-script added new variable "platforms" 2017-06-03 10:35:21 +02:00
external-note-diff updated command 2017-07-28 15:01:29 +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
headline-depth Update info.json 2017-10-12 22:25:38 +03:00
in-note-text-tagging Update info.json 2017-10-18 21:50:10 +03:00
inbox Update inbox.qml 2017-09-17 11:20:58 +03:00
insert-text Added insert text button script 2017-07-23 15:15:27 +03:00
journal-entry Add a setting to specify a folder where created 2017-11-30 17:22:48 +01:00
list-maker Add files via upload 2017-10-14 18:13:30 +04:00
markdown-it fixed character escaping 2017-08-09 14:53:57 +02:00
meeting-note added the meeting-note script 2017-05-19 19:54:54 +02:00
merge-notes Update info.json 2017-08-18 10:37:31 +03: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-link-to-clipboard New script 2017-10-13 22:59:21 +04: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-html-as-github-markdown added script paste-html-as-github-markdown 2017-09-29 07:35:37 +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 text changes 2017-09-26 10:22:40 +02:00
selected-markdown-to-jira added a name replacement 2017-10-10 11:09:04 +02:00
selected-markdown-to-slack added selected-markdown-to-slack script 2017-09-26 10:22:55 +02:00
symbol-buttons Add files via upload 2017-11-30 22:46:17 +03: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
.gitignore ignored some files 2017-09-29 07:36:02 +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