pbek / QOwnNotes

QOwnNotes is a plain-text file notepad and todo-list manager with Markdown support and Nextcloud / ownCloud integration.
https://www.qownnotes.org/
GNU General Public License v2.0
4.69k stars 414 forks source link

Feature request: Multiple notes export PDF / print #994

Open geckolinux opened 6 years ago

geckolinux commented 6 years ago

Hi there, QOwnNotes is a real gem of an application, thanks very much for creating it.

I was wondering if it would be possible to add a feature to select multiple notes and right-click -->

Thanks a lot!

pbek commented 6 years ago

Thank you for your kind words. The first two could already be done with the help of the scripting engine and Pandoc...

geckolinux commented 6 years ago

The first two could already be done with the help of the scripting engine and Pandoc

Hmm OK, I'll have to look into that a bit more. Could I have menu integration and everything with that method? i.e. right-click on the notes I want to export and select something from the context menu?

pbek commented 6 years ago

right-click on the notes I want to export and select something from the context menu?

yes, that works

pbek commented 6 years ago

Here a pandoc example: https://github.com/qownnotes/scripts/blob/master/paste-html-as-github-markdown/paste-html-as-github-markdown.qml

pbek commented 6 years ago

And you might need this http://docs.qownnotes.org/en/develop/scripting/README.html#getting-a-list-of-the-paths-of-all-selected-notes and http://docs.qownnotes.org/en/develop/scripting/README.html#registering-a-custom-action.

geckolinux commented 6 years ago

Thanks very much for the examples, I'll see if I can cobble something together.

pbek commented 6 years ago

https://github.com/qownnotes/scripts is the place to put it if you have come up with something. ;)