joplin-plugin-paginator

3.0.2 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i joplin-plugin-paginator

Weekly Downloads

0

Version

3.0.2

License

MIT

Unpacked Size

68.4 kB

Total Files

4

Last publish

Collaborators

  • kosrud