Description

Create paginated 2-column documents in joplin.

Additional Information

Links:
Maintainers: kosrud
Version:3.0.2
Minimum app version:2.8
Downloads: This version:338
Last updated:2023-05-24T22:37:01Z

Paginator

This plugin allows to create paginated documents in joplin.

image

image

Usage

The paginator works with content between \pdf and \endpdf. Use \column and \page for column break and page break, respectively. Paragraphs automatically flow from one column to another, but the page breaks can only be inserted manually. Page numbers are inserted automatically and displayed in TOC. Automatic hyphenation enabled using hyphen.

To get a pdf, I export the note to an html file, open it in a browser, and then print to pdf. I did not try exporting to pdf directly: it might or might not work.

Always put \page after [TOC]. Having content on the same page as TOC is not supported.

Example

\pdf

Some text

\column

More text

\page

Text on the second page

\endpdf

Limitations

Hyphenation assumes English language. ToDo: config option to select hyphenation language.