Exporting multiple notes

Probably not exactly what you want and needs some tinkering, but maybe it helps. I wrote a script to export one or multiple notebooks to pdf:

It would be nice to have this functionality directly in Joplin. But since there seems to be no progress in this particular feature in the last years, it might be worth to extend the script and/or make it more user friendly.

Brief steps:

  1. Enable the webclipper
  2. Copy the API token and store it in the environment variable API_TOKEN
  3. Install some needed python modules: pip install joppy markdown weasyprint
  4. Run the script like python pdf_export.py notebook1 notebook2 to export the notebooks with name notebook1 and notebook2

If everything worked, the notebooks should be available in HTML and PDF format next to the script.