Skip to content

0.2.7 - PDF Export compatibility (HTML sidenotes only)

Choose a tag to compare

@cparsell cparsell released this 19 Feb 21:02
· 125 commits to main since this release

Adds:

  • option to integrate sidenotes into a PDF export - for HMTL sidenotes only right now. To make it compatible with footnotes is more difficult. The plugin will have to dynamically add HTML into the document temporarily in the moment PDF export happens for them to be shown as sidenotes. I've tried so far without success so I'll keep experimenting with it.

Fixes:

  • HTML sidenotes allows new lines within a sidenote (SHIFT+enter to make a new line). This can't really work with footnotes because of how Markdown footnotes work
  • Other minor CSS fixes