Added simple in-text tagging script
Go to file
Patrizio Bekerle 4c786fbd8d
Merge pull request #31 from wiktor2200/master
sort-lines script added
2018-05-07 17:12:01 +02:00
.github added issue template 2018-04-10 22:01:08 +02:00
add-multiple-tags + script: add-multiple-tags/add-multiple-tags.qml 2018-04-27 21:49:15 +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 fixed a typo and a declaration 2018-03-06 17:16:08 +01:00
export-checkboxes Update info.json 2018-01-12 10:26:03 +01:00
export-notes-as-one-html Added script export-notes-as-one-html.qml 2018-03-16 12:00:45 +01:00
external-note-diff fixed a typo and a declaration 2018-03-06 17:16:08 +01: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
image-preview Add image-preview script. 2017-12-10 01:19:15 +01:00
in-note-text-tagging Fixed space replacement 2018-02-06 19:46:36 +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
insert-toc Add script 'insert-toc' 2018-01-26 16:29:34 +01:00
journal-entry changed documentation and indention 2017-12-18 06:30:29 +01:00
list-maker Add files via upload 2017-10-14 18:13:30 +04:00
markdown-it version bump 2018-03-30 07:58:20 +02:00
meeting-note Add default tags and default folder to apply to a newly saved 2017-12-05 17:02:17 +01: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 Fixed issue with multibyte chars 2018-03-17 13:04:01 +03: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
render-plantuml version bump 2018-05-01 22:06:53 +02:00
scribble added more script functionality 2018-03-06 18:13:20 +01:00
selected-markdown-to-bbcode text changes 2017-09-26 10:22:40 +02:00
selected-markdown-to-jira did some character escaping 2018-04-26 07:59:47 +02:00
selected-markdown-to-slack added selected-markdown-to-slack script 2017-09-26 10:22:55 +02:00
sort-lines sort-lines script added 2018-05-07 15:46:13 +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
unique-note-id version bump and updated description 2018-05-05 10:57:59 +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