- Fixed Obsidian 1.8.0's bug where "Copy link to selection" would fail to copy proper links, causing various issues for PDF++ such as #327.
- #329: Added new Style Settings items "PDF internal link popover width/height". For more fine-grained styling, you can use the following selectors in your CSS snippets:
.popover.hover-popover.pdf-plus-pdf-internal-link-popover
: hover popovers for PDF internal links.popover.hover-popover.pdf-plus-outline-item-popover
: hover popovers for PDF outline items (a.k.a. bookmark, table of contents).popover.hover-popover.pdf-plus-thumbnail-item-popover
: hover popovers for PDF thumbnails.popover.hover-popover.pdf-plus-pdf-link-like-popover
: all of the above
- #309: Fixed the bug that the header icons in the plugin setting tab did not work in some cases.
Full Changelog: 0.40.20...0.40.21