mb21 / panwriter

Markdown editor with pandoc integration and paginated preview.
https://PanWriter.com
GNU General Public License v3.0
1.03k stars 49 forks source link

Export fails with pandoc error #19

Closed AdamIsrael closed 4 years ago

AdamIsrael commented 4 years ago

Version: 0.6.3 (AppImage) Pandoc: 2.5

The error:

Failed to Export
Called: pandoc --output /tmp/pandoc-test --to --standalone

Steps to reproduce:

  1. Open PanWriter
  2. Open Markdown document
  3. File -> Export
  4. Export
mb21 commented 4 years ago

well... what's the error? also can you try with the newest pandoc version?

AdamIsrael commented 4 years ago

Sorry, bad Markdown on my part. I've updated the report.

AdamIsrael commented 4 years ago

Installed the latest pandoc -- version 2.9.1 -- and get the same error.

mb21 commented 4 years ago

huh, I still don't see the error you get.... also: it works for me...

AdamIsrael commented 4 years ago

I'll install from source and see if I can a) reproduce the error and b) track down the pandoc error code/message.

mb21 commented 4 years ago

maybe try the exact same command on the commandline directly? then at least you know whether it's a panwriter thing or a pandoc thing...

btw. I'm on macOS... so maybe you're hitting a security thing with the snap...

no need to compile from source, see https://github.com/mb21/panwriter/releases

mb21 commented 4 years ago

closing until more info available...