2

At present I'm working with Gnote. I know how to print a single note. Is there a way to print a whole notebook with several notes?

Or is there a recommended notebook to achieve this?

Any hint is welcome.

K7AAY
  • 3,696
  • 4
  • 22
  • 39
John Goofy
  • 911
  • 1
  • 6
  • 17

1 Answers1

1

Its documentation claims if notes are linked then you can output them all to HTML from the Tools menu, and print the HTML within the browser of your choice. This uses the preinstalled Add-in Export to HTML.

An alternative is to install another Add-In, Gnote to TXT exporter, or a use a script, Gnote-massive-export-to-txt, to export into text before printing.

K7AAY
  • 3,696
  • 4
  • 22
  • 39
  • Okay, I found out that I need to activate `export to HTML` and I did it. But this feature gives me just a html-file of one note and not the whole notebook. This is the same result like if I would print with `[ctrl]+[p]` into a `PDF`. – John Goofy Jul 04 '19 at 14:55
  • Were the notes linked? – K7AAY Jul 08 '19 at 15:49