Linking text in MD, e.g. [click here](https://google.com), renders fine in Boostnote, however when printing the document to PDF the link is not preserved (i.e. "click here" is no longer a clickable link).
When exporting to PDF, linked text should be preserved.
"[Click here](https://google.com) to search with Google"A dedicated export to PDF feature (rather than printing), or otherwise find a way somehow to fix it with the current printing approach.
At the moment, in order to share any notes with links I will need to rewrite any part referencing links. This is counter intuitive, since I make use of the great built-in feature that automatically brings in the web page title when pasting links.
Thank you for reporting!
It looks like it's possible to hook into Chromium's built-in print-to-pdf capabilities via WebContents.printToPDF, which should preserve the links. I wasn't able to figure out how to get a WebContents instance from this.refs.root.contentWindow though.
@boostio funded this issue with $30. See it on IssueHunt
looks the issue has been resoved in v0.12. Linking text works as expected.
Most helpful comment
looks the issue has been resoved in v0.12. Linking text works as expected.