Skip to content

Releases: timvink/mkdocs-print-site-plugin

print-site v0.4

12 Sep 08:40
Compare
Choose a tag to compare

Fixed

  • Bug where path to CSS and JS includes was incorrect in certain MkDocs settings 47a8423

Added

  • Raise error when used with mkdocs material instant loading feature c00d85d, closes #2

print-site v0.3.1

10 Sep 15:10
Compare
Choose a tag to compare

Fixed

  • Quite a serious bug where CSS and JS includes did not work when using mkdocs build, basically losing all print optimizations 502e9c1

Changed

  • Add 'print-site' prefix to the included .css and .js files to avoid potential name conflicts with other plugins 0ea2562 and 346df93

print-site v0.3

09 Sep 13:55
Compare
Choose a tag to compare

Improvements

  • Refactored plugin to avoid print page being processed by other plugins. 86531d2 and closes #8 and #9
  • Replaced warnings.warn with logging.warning() for better printing of warnings e4d611a
  • Remove box shadow around tables when using mkdocs-material theme for prettier printing dca7a41
  • Fix top padding in print-site box in mkdocs theme 663c267
  • Compatibility with mkdocs-material dark mode. Now switches to light mode on the print page. 05820b8

print-site v0.2

08 Sep 12:58
Compare
Choose a tag to compare

Added

  • Table of contents #3
  • Extended unit tests

print-site v0.1

05 Sep 18:15
Compare
Choose a tag to compare