Commit Graph

243 Commits

Author SHA1 Message Date
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
Sander Boom 4b48edd550 Add auto-tagging option to journal-entry script.
Refs pbek/QOwnNotes#792
2017-11-27 23:03:57 +01:00
Maboroshy 018a813e05 Update info.json 2017-10-18 21:50:10 +03:00
Maboroshy 0aa5bcd675 Added option to put tag to the beginning and tag highlighting 2017-10-18 22:49:51 +04:00
Maboroshy e4cab74179 Add files via upload 2017-10-14 18:13:30 +04:00
Maboroshy 1f34901dbb Add files via upload 2017-10-14 18:07:57 +04:00
Maboroshy 0580eee0aa Added sub-lists for numbered list 2017-10-14 18:06:57 +04:00
Maboroshy 76cd2131d2 New script 2017-10-13 22:59:21 +04:00
Maboroshy 2b42352252 Update info.json 2017-10-12 22:25:38 +03:00
Maboroshy 84c47c3df0 New script 2017-10-12 23:22:29 +04:00
Maboroshy a2fed13bee Changed name 2017-10-12 21:26:54 +03:00
Maboroshy 8bc198f51f New script 2017-10-12 22:24:19 +04:00
Patrizio Bekerle 4c690d59f5
added a name replacement 2017-10-10 11:09:04 +02:00
Maboroshy d8bb538e12 Update info.json 2017-10-08 00:21:17 +03:00