xwmx / nb

CLI and local web plain text note‑taking, bookmarking, and archiving with linking, tagging, filtering, search, Git versioning & syncing, Pandoc conversion, + more, in a single portable script.
https://xwmx.github.io/nb
GNU Affero General Public License v3.0
6.43k stars 181 forks source link

Images cannot display when export md to pdf #232

Open miguehm opened 1 year ago

miguehm commented 1 year ago

Hello there! I tried to export a note like this:

![Mi image](gallery/photo.png)

using nb export hw/4 my_doc.pdf I get this message

[WARNING] Could not fetch resource gallery/photo.png: replacing image with description

and the images does not display in my pdf, with nb export pandoc hw/4 my_doc.pdf get the same result, but when I go to .nb/notebook/hw folder and execute pandoc note.md -o ~/my_doc.pdf the document is export and the image shows correctly.