sawhney17 / logseq-pdf-export

MIT License
107 stars 6 forks source link

When using logseq-plugin-tabs printing with Retain Formatting leaves remainings of tabs in the output. #38

Open acsr opened 1 year ago

acsr commented 1 year ago

Unfortunately you cannot add CSS Snippets to Retain Formatting Template to remove artefactsv of of the other plugin https://github.com/pengx17/logseq-plugin-tabs from the output.

Debugging css from the developer tools to add a media query print to the css is a hard job, since you cannot simulate that context in logseq quite easy.

Any ideas where to grab the bells?

acsr commented 1 year ago

I currently use this simple workaround:

Would be great to know how to safely exclude content from export that seems not to be reachable from CSS. Alternative Solution using CSS: Allow a debugmode pausing a WYSIWYG visible Page before export and available DOM Inspector Debugtool, to monitor if any CSS tweaks are working. I am stuck withoiut any feedback for debugging this