realtimeprojects / mkdocs-ezglossary

Glossary support for mkdocs
MIT License
8 stars 1 forks source link

Links to Glossary terms do not work in PDF Export #10

Closed eufjan closed 5 months ago

eufjan commented 5 months ago

Thanks a lot to this team for developing this plugin, it is a great ressource.

We have encountered a problem in PDF-Export: unfortunately the links to the terms in the Glossary do not work in the PDF Generated via mkdocs-with-pdf . References to glossary terms are only formatted as links in the pdf but are not "active" links. Ordinary links to other sections work fine in the PDF.

Is there any solution how this can be resolved?

Setup is:

plugins:
  - search
  - table-reader
  - include_dir_to_nav
  - ezglossary:
       tooltip: full
  - kroki:
      ServerURL: https://kroki.hzdr.de
      FencePrefix: ''
      HttpMethod: GET
  - with-pdf
realtimeprojects commented 5 months ago

This should be fixed right now with the 1.6.1 release. Please let me know if you have any further issues with the PDF export.

eufjan commented 5 months ago

Awesome, can confirm that PDF-Links are now working, thanks a lot for this!

One point I now recognized is that during mkdocs build I get a ton of these type of errors - not seen in previous releases: WARNING - glossary: found general/European Genome-phenome Archive/__None__

Any idea how this could be fixed? The Output in html and pdf looks good, at least I could not spot any problems.

realtimeprojects commented 5 months ago

This is a left-over logging message from my debug session which I removed in release v1.6.2.

Thanks for your feedback.

eufjan commented 5 months ago

Fantastic, thanks a lot.