Skip to content

Releases: timvink/mkdocs-print-site-plugin

print-site-plugin v.1.2.2

11 May 14:26
Compare
Choose a tag to compare

Added

  • Raise error when pymdownx.details markdown extension is enabled in combination with mkdocs-material. This currently breaks print (see squidfunk/mkdocs-material#2655)

print-site-plugin v.1.2.1

10 May 18:19
Compare
Choose a tag to compare

Fixed

  • Fixed error in table of contents where page key where inserted into headings (9a4bc78)

print-site-plugin v.1.2

10 May 17:56
Compare
Choose a tag to compare

Fixed

  • Fix mailto links being broken on printpage (#46)
  • Improved styling of (nested) sections in table of contents (#37)
  • Fix bug where permalink would show in table of contents (#39)
  • Fixed switching content tabs on print page (#45)

Improved

  • Cleaned up requirements (0c9be93)
  • Light/Dark mode toggle in documentation website (a33a453)
  • Remove pymdownx.details from documentation website as it will break the printing (857625c)

print-site-plugin v.1.1

22 Feb 20:01
Compare
Choose a tag to compare

Added

  • Option to disable print-site banner #38
  • Option to template print-site banner #38
  • Support for attachments (#42)
  • Support for footnotes (#41)
  • Option to change the title of the table of contents (#39)
  • Option to reduce the depth of the table of contents (#39)

Fixed

  • Fix anchors for relative links when use_directory_urls is false (#30)

print-site v1.0.0

21 Dec 19:51
Compare
Choose a tag to compare

print-site 1.0.0

First major release!

Added

  • Added option with documentation to ignore certain elements (see docs) #31
  • Added option to exclude entire pages from print page #34
  • Improved formatting of table of contents when using nested sections db114c0 (see #27)
  • Added support for nested sections, including support for enumeration #27
  • Added sections from navigation to print page content, including support for enumeration #27
  • Clarified how to avoid print dialog for printing PDFs #33
  • Clarified how to add images to the print cover page #28

Fixed

  • Fixed broken internal links when using nested relative links, see #30
  • Fixed bug when parsing absolute image urls #32
  • Fixed bug in parsing anchor urls that had special characters 4697a0f
  • Fixed bug where empty markdown pages crash renderer 95a4ba6

print-site 0.8.2

21 Oct 14:45
Compare
Choose a tag to compare

Fixed

  • Remove usage of a tempfile, fixes #26

Improved

  • Removed unnecessary tweaks for mkdoc material #25
  • Added mkdocs-material to dependencies to ensure a version is used with recent printing improvements 8d5d162
  • Removed experimental CSS features 277f196

print-site 0.8.1

08 Oct 19:10
Compare
Choose a tag to compare

Added

  • mkdocs-material dark theme only switches to light when printing, and then back. #21

Fixed

  • mkdocs-material tabbed content now prints contents of all tabs #16

print-site 0.8

07 Oct 19:36
Compare
Choose a tag to compare

Thanks to @rei-vilo for finding and posting reproducible issues 🙏

Added

  • The table of contents now display the section headings from the mkdocs navigation #18

Fixed

  • Internal links between mkdocs pages now work properly on the print-page #19
  • Images should now render properly, even when nested and with use_directory_urls on or off #17

print-site 0.7.1

04 Oct 13:51
Compare
Choose a tag to compare

Fixed

  • Image links broke when images are placed in a subfolder #17 , 82407d0
  • Plugin crashed if navigation contained a link to the same markdown page twice, fixed in cbc8a4d

print-site 0.7

01 Oct 13:03
Compare
Choose a tag to compare

Added

  • Improved documention website
  • Added support for displaying a PDF button #15

Fixed

  • Table of contents now skips empty headings and disregards html, fixes #14