mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-11-18 07:48:07 +00:00
Added simple in-text tagging script
f1f52efb68
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. |
||
---|---|---|
.github | ||
add-multiple-tags | ||
custom-stylesheet | ||
disable-readonly-mode | ||
encryption-keybase | ||
encryption-pgp | ||
epsilon-notes-tags | ||
example-script | ||
export-checkboxes | ||
export-notes-as-one-html | ||
external-note-diff | ||
external-note-open | ||
favorite-note | ||
github-headline | ||
headline-depth | ||
image-preview | ||
in-note-text-tagging | ||
inbox | ||
insert-text | ||
insert-toc | ||
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 | ||
render-plantuml | ||
scribble | ||
selected-markdown-to-bbcode | ||
selected-markdown-to-jira | ||
selected-markdown-to-slack | ||
solar-calendar-integration | ||
sort-lines | ||
symbol-buttons | ||
taskwarrior | ||
text-highlights | ||
unique-note-id | ||
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, 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- you can use example script info.json to help you with the json encoding
- if you are not sure which
minAppVersion
the commands you are using needs take the current version of QOwnNotes
- commit and push your changes to your repository
- create a pull request to get your script merged into the QOwnNotes script repository