Skip to content

KosRud/joplin-plugin-paginator

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published