Added simple in-text tagging script
Go to file
marty-oehme f1f52efb68
Add option to ignore repeated tag markers
When listing tags of a note, this adds the option to only look for tags which contain a single tag marker at the beginning and ignore the others. So if your tag marker is @, and the option is enabled it will display @some_tag as a tag but ignore @@no_tag.
2018-11-28 15:20:35 +01:00
.github added more information 2018-09-12 15:46:56 +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
disable-readonly-mode updated script name 2018-08-05 12:17:55 +02:00
encryption-keybase encryption info update 2017-07-12 09:07:40 +02:00
encryption-pgp rephrase compatibility requirements (#46) 2018-11-22 15:43:26 +01:00
epsilon-notes-tags Small fix 2018-05-21 22:32:38 +03:00
example-script fixed a typo and a declaration 2018-03-06 17:16:08 +01:00
export-checkboxes improved regular expression 2018-09-04 06:19:37 +02: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
external-note-open added script external-note-open 2018-05-17 17:02:25 +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
image-preview Add image-preview script. 2017-12-10 01:19:15 +01:00
in-note-text-tagging Add option to ignore repeated tag markers 2018-11-28 15:20:35 +01:00
inbox adding support for .jpeg images 2018-07-17 07:44:54 -05:00
insert-text Added insert text button script 2017-07-23 15:15:27 +03:00
insert-toc Fix invalid chars pattern to allow numbers 2018-08-21 13:59:23 +02: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 added table margins an paddings 2018-11-12 17:52:02 +01: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 improved on task id detection 2018-07-26 07:26:56 +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 doing case insensitive replace 2018-06-29 07:27:58 +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
solar-calendar-integration added some whitespaces 2018-07-25 15:23:52 +02:00
sort-lines info.json fix 2018-05-07 18:14:39 +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
text-highlights Rewrite to address issue #925 (#43) 2018-10-30 06:19:18 +01: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 current version link 2018-05-13 17:30:21 +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, the 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 the repository https://github.com/qownnotes/scripts on GitHub
  • 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 descriptive name
  • add your script to the folder and remove the example-script.qml
  • edit the info.json to add your meta data and describe what your script is doing
  • commit and push your changes to your repository
  • create a pull request to get your script merged into the QOwnNotes script repository