A plugin to directly export unruled PDF from Xournal++ using a shortcut
Go to file
Sayantan Santra ec2248b34b Updated README.md 2022-10-17 18:51:45 -05:00
.gitignore Initial commit 2022-01-13 02:59:10 -06:00
LICENSE Initial commit 2022-01-13 02:59:10 -06:00
README.md Updated README.md 2022-10-17 18:51:45 -05:00
main.lua Initial commit 2022-01-13 03:13:16 -06:00
plugin.ini Minor changes 2022-01-13 03:17:33 -06:00

README.md

X-UnruledExport

A plugin to directly export unruled PDF from Xournal++ using a shortcut.

Usage

Create a directory /usr/share/xournalapp/plugins/UnruledExport/ and place plugin.ini and main.lua in it. Then enable the plugin "ExportUnruled" in the Plugin menu and restart. There should be a new option in Plugin menu now for exporting directly as unruled PDF and you can also do it using the shortcut Alt+U.

Notes

  • Doesn't work with the latest stable release of Xournal++ yet, as the export api hasn't shipped (relevant PR). You'll need to build from source in order to use it.

  • Xournal++ is an excellent app for hand note-taking.

  • This is basically a modified version of Export Plugin.