sethyuan / logseq-plugin-doc

Show page in a more document like look and provide quick exporting.
MIT License
90 stars 4 forks source link

[HOW-TO] Remove pagebar icons/buttons from other plugins so they are not visible in exported HTML or resulting PDF #45

Closed sparkles6452 closed 2 months ago

sparkles6452 commented 2 months ago

Before;

Pagebar items from other plugins are visible in PDF (example here from markmap and move-plugins) - top right corner of first page of PDF: 2024-08-11_19-29-08

Add the following to custom.css to hide them:

/* Remove icons from pagebar for clean export */

.injected-ui-item-pagebar {
    display: none;
}