BoostIO / BoostNote-Legacy

This repository is outdated and new Boost Note app is available! We've launched a new Boost Note app which supports real-time collaborative writing. https://github.com/BoostIO/BoostNote-App
Other
17.07k stars 1.47k forks source link

Customize PDF export layout #1342

Open tatoosh opened 6 years ago

tatoosh commented 6 years ago

I want to render some header and footer details to the export PDF like the Atom editor plugin do: https://atom.io/packages/markdown-themeable-pdf

Is there a way to build a print css and more detail on the export?

tatoosh commented 6 years ago

Also it would be to get a clean print/pdf with white background even if you r using the dark theme.

tatoosh commented 6 years ago

Or you can give as the option for a print.css so we can build a custom export like pandoc can to it

pandoc --css=styling.css --to=html5 input.md -o output.html