Qownnotes: Export multiple notes

Created on 22 Jan 2017  路  15Comments  路  Source: pbek/QOwnNotes

It would be great if it were possible to select multiple notes to export to PDF, instead of exporting them one at a time.
Similarly it would be great if multiple notes could be concatenated into a single note and exported to PDF.

Help wanted Scripting Feature

All 15 comments

Thank you for your suggestion, but you don't have to rely on QON to do this. Since the notes are simple markdown files you could use http://pandoc.org/ to achieve the same result.

Maybe "just" scripting the generation of the good command line for pandoc ? It will be enought for basic usage in command line. Just an idea.

Maybe you can make @Maboroshy go crazy over it. ;)

I do not dare...

Main challenge is making comfortable UI. Such UI would require QtQuick, so it would be hard to use it on OS other than Linux. And it's quite a lot of work.
It can also be implemented with simple custom action buttons, but that would feel ankward and geeky.

I understand. I'am linux user but it's may be serious limitation for others users with QtQuick.

@Maboroshy, in case you want to start something. ;)

17.07.8

  • there now is a new scripting command to return a list of the paths of all
    selected notes script.selectedNotesPaths()
  • scripting function registerCustomAction now has a new parameter to add
    a menu entry to the note list context menu
  • there is a new script External note diff in the script repository, that
    uses above new features and adds adds a menu entry to the context menu of the
    note list to diff selected notes in an external diff program

    • the path of the diff program can be selected in the script settings of

      the script

There now is a new release... ;)

You're a master ;) 馃憤

Great additions for sure. I do want to start something with them.

That's the @Maboroshy I know! :clap: :gear:

In case you wonder:

17.07.9

  • fixed a possible crash when using scripts with custom actions in the note
    list context menu when the script engine is reloaded and the context menu
    is opened

@Maboroshy, and another goody, that you might need... ;)

17.07.9

There now is a new release...

I can not wait to test ;)
Your faithful tester 鈽猴笍

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sunjam picture sunjam  路  4Comments

nikhilw picture nikhilw  路  7Comments

johanson picture johanson  路  5Comments

radmen picture radmen  路  6Comments

wiktor2200 picture wiktor2200  路  5Comments