mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-10-31 23:38:08 +00:00
Added simple in-text tagging script
custom-stylesheet | ||
encryption-keybase | ||
encryption-pgp | ||
example-script | ||
external-note-diff | ||
favorite-note | ||
github-headline | ||
headline-depth | ||
in-note-text-tagging | ||
inbox | ||
insert-text | ||
journal-entry | ||
list-maker | ||
markdown-it | ||
meeting-note | ||
merge-notes | ||
note-from-bitrix-task | ||
note-from-jira-issue | ||
note-link-to-clipboard | ||
note-stats | ||
paste-from-skype-history | ||
paste-html-as-github-markdown | ||
paste-latex-image | ||
preview-styling | ||
selected-markdown-to-bbcode | ||
selected-markdown-to-jira | ||
selected-markdown-to-slack | ||
taskwarrior | ||
weather-stats | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
run-tests.php |
QOwnNotes script repository
Installation | Changelog | Issues | Releases | Documentation | IRC Chat | Gitter Chat
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- you can use example script info.json to help you with the json encoding
- commit and push your changes to your repository
- create a pull request to get your script merged into the QOwnNotes script repository