OliverBalfour / obsidian-pandoc

Pandoc document export plugin for Obsidian (https://obsidian.md)
MIT License
717 stars 60 forks source link

pandoc export failed: TypeError: Cannot read properties of null(reading 'data') #160

Open mich2k opened 1 year ago

mich2k commented 1 year ago

Experiencing this output on: win11 version: 22621.900 pandoc plugin: 0.4.1 Whole output is: "pandoc export failed: TypeError: Cannot read properties of null(reading 'data')"

how to reproduce this: When you "batch select" multiple markdown elements and "Export as PDF (via LaTeX)" from the command palette

Immagine 2022-12-10 131549

I just wanted to understand if this issue is "by design" hence the batch export is not supported at all or is supported in some way (like merges pdfs on the fly or generates N pdf files from N markdown files) and this is an actual issue Thanks in advance