mb21 / panwriter

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

defaults.yaml in PanWriterUserData partially ignored #132

Closed Skeeve closed 1 year ago

Skeeve commented 1 year ago

I put this into my default.yaml in PanWriterUserData

---
mainfont: American Typewriter
output:
  latex:
    toc: true
---

The toc part is working and I get my toc in my document.

the mainfont works in the preview when I have it in my document, but not when it's in the default.yaml.

It is not taken into account when exporting to PDF. Neither in default.yaml nor in the document (see #131)

I'm using

Mac OS 13.1 pandoc 3.1 panWriter 0.8.5

mb21 commented 1 year ago

Same issue as https://github.com/mb21/panwriter/issues/131