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] Inserting page-break when using logseq-plugin-doc and logseq-plugin-toc before printing to PDF #44

Closed sparkles6452 closed 2 months ago

sparkles6452 commented 2 months ago

Tested with Chrome and Logseq 10.9 / Doc View Exporter 1.19.0 / TOC Generator 2.13.0.

Works great.

Insert the following as bullet point:

<p style="page-break-after: always;">&nbsp;</p>

(HTML does not show on the Logseq page.)

Thanks to @sethyuan for these great plugins.