1
0
Fork 0
mirror of https://github.com/marty-oehme/scripts.git synced 2024-10-01 17:48:07 +00:00
Commit graph

206 commits

Author SHA1 Message Date
Patrizio Bekerle
0a949ae53e
Merge pull request #30 from nikhilw/master
Issue-27: BugFix: html entities breaking rendering in plantuml. BugFi…
2018-05-01 22:05:22 +02:00
NikhilWanpal
6c8210bffa Issue-27: BugFix: html entities breaking rendering in plantuml. BugFix: part of html was getting saved to file as uml, potential failure 2018-05-02 01:28:55 +05:30
Patrizio Bekerle
0b123514a7
Merge pull request #29 from Flashwalker/feature
+ script: add-multiple-tags/add-multiple-tags.qml
2018-04-27 21:20:21 +02:00
Flashwalker
509dda73ae + script: add-multiple-tags/add-multiple-tags.qml 2018-04-27 21:49:15 +03:00
Patrizio Bekerle
ac5a0dc485
did some character escaping 2018-04-26 07:59:47 +02:00
Patrizio Bekerle
69a5d75874
added issue template 2018-04-10 22:01:08 +02:00
Patrizio Bekerle
cca2d8cb7b
version bump 2018-03-30 07:58:20 +02:00
Patrizio Bekerle
39e844bb4e
updated description 2018-03-30 07:58:05 +02:00
Patrizio Bekerle
902fd94167
version bump 2018-03-30 07:52:17 +02:00
Patrizio Bekerle
6a0576630b
added hyperlink 2018-03-30 07:51:32 +02:00
Maboroshy
161b9ded14
Fixed issue with multibyte chars 2018-03-17 13:04:01 +03:00
Maboroshy
e65a02e83a
Fixed issue with multibyte chars 2018-03-17 13:03:27 +03:00
Patrizio Bekerle
916ad9982a
Added script export-notes-as-one-html.qml 2018-03-16 12:00:45 +01:00
Patrizio Bekerle
add183623a
added more script functionality 2018-03-06 18:13:20 +01:00
Patrizio Bekerle
8657e99640
added scribble script 2018-03-06 17:16:27 +01:00
Patrizio Bekerle
1fe188b72e
fixed a typo and a declaration 2018-03-06 17:16:08 +01:00
Patrizio Bekerle
21cc381bdd
Merge pull request #24 from nikhilw/master
Features: option to hide uml text, pass additional params to platuml and java optimisations
2018-02-14 07:11:15 +01:00
NikhilWanpal
ef2e0329ba Feature: generates all UMLs in the note in one go giving a performance benefit. 2018-02-14 11:27:56 +05:30
NikhilWanpal
d0c23ca5d1 Feature: pass additional params to plantuml jar. Feature: Hide plantuml markup in preview. BugFix: removed dev specifc default path 2018-02-13 15:18:00 +05:30
Patrizio Bekerle
88c2540095
Merge pull request #23 from nikhilw/master
Added new script 'render-plantuml': renders plantuml text as image in preview
2018-02-12 21:31:46 +01:00
NikhilWanpal
adc513dd7d Added: new script 'render-plantuml': renders plantuml text as image in note preview panel 2018-02-12 23:03:09 +05:30
Maboroshy
33d33dfd89
Fixed space replacement 2018-02-06 19:46:36 +03:00
Maboroshy
9c33722048
Fixed space replacement 2018-02-06 19:46:08 +03:00
Maboroshy
90bf93a7ad
tags with spaces conversion fix 2018-02-05 22:05:03 +03:00
Maboroshy
7e4363e6be
tags with spaces conersion fix 2018-02-05 22:04:29 +03:00
Patrizio Bekerle
0dd8cf892a
added tag autocompletion 2018-02-03 12:52:17 +01:00
Patrizio Bekerle
f247d6857c
added a name replacement 2018-01-31 16:49:04 +01:00
Patrizio Bekerle
efea2f35f3
Merge pull request #22 from flopp/insert-toc
Add script 'insert-toc'
2018-01-26 22:10:14 +01:00
flopp
d393b6d896 Add script 'insert-toc' 2018-01-26 16:29:34 +01:00
Patrizio Bekerle
7b5341858a
Update info.json 2018-01-12 10:26:03 +01:00
Patrizio Bekerle
d93cb73092
Update info.json 2018-01-12 10:24:33 +01:00
Patrizio Bekerle
5167fc35bc
Update info.json 2018-01-12 10:21:22 +01:00
Patrizio Bekerle
ecbc87bbfc
added more information 2018-01-12 10:19:36 +01:00
Patrizio Bekerle
75e6d2d05b
changed documentation and indention 2017-12-18 06:30:29 +01:00
Patrizio Bekerle
ff0b0bde1d
Merge pull request #21 from kantrol/multiplejournalperday
multiple journals per day
2017-12-18 06:27:54 +01:00
kantrol
aa7f820020 multiple journals per day 2017-12-17 22:44:49 +01:00
Patrizio Bekerle
75cae46bdd
Merge pull request #20 from m-wim/master
Added new script to replace square brackets on list items with single…
2017-12-10 22:17:51 +01:00
m-wim
99f8fd4e08 Added new script to replace square brackets on list items with single checkbox symbols. 2017-12-10 19:11:18 +01:00
Patrizio Bekerle
336e48c139
Merge pull request #19 from sanderboom/image-preview
Add image-preview script.
2017-12-10 06:59:51 +01:00
Sander Boom
b149834b79 Add image-preview script.
This script does two things:
1) Display the image with an user defined width;
2) Wrap the image in an anchor tag that links to the full size image.
TODO: do not resize the image when it does not have a width attribute
AND is smaller than the maxWidth.
2017-12-10 01:19:15 +01:00
Patrizio Bekerle
6107d333c3
Merge pull request #18 from sanderboom/meeting-note-extras
Add default tags and default folder to apply to a newly saved meeting-note.
2017-12-05 17:48:29 +01:00
Sander Boom
08b7eade5e Add default tags and default folder to apply to a newly saved
meeting-note.

Refs: pbek/QOwnNotes#807
2017-12-05 17:02:17 +01:00
Maboroshy
160d9a8eaf
Add files via upload 2017-11-30 22:46:17 +03:00
Patrizio Bekerle
452f90601c
Merge pull request #16 from sanderboom/journal-default-folder
Add a setting to specify a folder where created journal notes will be placed.
2017-11-30 17:29:45 +01:00
Sander Boom
961b5f011a Add a setting to specify a folder where created
journal notes will be placed.

When a default folder is set, make sure to search in that folder.
This has the highest chance of finding an existing journal note.
Right now we can not search the whole database for a note with this
name / filename.

Refs pbek/QOwnNotes#795
2017-11-30 17:22:48 +01:00
Patrizio Bekerle
6fe5ef7577
Merge pull request #15 from sanderboom/journal-default-folder
Add a setting to specify a folder where newly created journal notes will be placed.
2017-11-30 11:18:43 +01:00
Sander Boom
87af56999b Add a setting to specify a folder where
created journal notes will be placed.

Downgrade minimal version as requested.
Refs pbek/QOwnNotes#795
2017-11-30 11:15:38 +01:00
Sander Boom
6a76e9491d Add a setting to specify a folder where newly
created journal notes will be placed.

Refs pbek/QOwnNotes#795
2017-11-30 10:39:48 +01:00
Patrizio Bekerle
dd17fd729e
Merge pull request #14 from sanderboom/autotagging
Add auto-tagging option to journal-entry script.
2017-11-28 10:16:42 +01:00
Sander Boom
4c5782c87c Add auto-tagging option to journal-entry script.
Update version to 1.0.0 and add @sanderboom to authors.

Refs pbek/QOwnNotes#792
2017-11-28 10:09:19 +01:00