I would like to export multiple notes that I selected in Nota. For example as PDF or as one long Markdown file.
This is not possible right now.
My use case:
I want to compile a list of notes to a PDF.
What I do now and the problems with it:
I run pandoc on the CLI and select the notes to export via pandoc 1.md 2.md …. Unfortunately, as Nota is referencing images in absolute paths /images (or similar), pandoc will not find the images to embed and quits failing.
I would like to export multiple notes that I selected in Nota. For example as PDF or as one long Markdown file.
This is not possible right now.
My use case: I want to compile a list of notes to a PDF.
What I do now and the problems with it: I run
pandoc
on the CLI and select the notes to export viapandoc 1.md 2.md …
. Unfortunately, as Nota is referencing images in absolute paths/images
(or similar), pandoc will not find the images to embed and quits failing.