X-UnruledExport/README.md

16 lines
895 B
Markdown
Raw Normal View History

2022-01-13 02:59:10 -06:00
# X-UnruledExport
2022-01-13 03:17:33 -06:00
A plugin to directly export unruled PDF from Xournal++ using a shortcut.
# Usage
2022-07-18 01:40:20 -05:00
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 <kbd>Alt</kbd>+<kbd>U</kbd>.
2022-01-13 03:20:01 -06:00
2022-01-13 12:51:36 -06:00
# Notes
2022-10-17 18:51:45 -05:00
- Doesn't work with the latest stable release of Xournal++ yet, as the `export` api hasn't shipped ([relevant PR](https://github.com/xournalpp/xournalpp/pull/3566)). You'll need to build from source in order to use it.
2022-06-25 18:45:28 -05:00
2022-01-13 12:53:07 -06:00
- [Xournal++](https://github.com/xournalpp/xournalpp/) is an excellent app for hand note-taking.
2022-05-10 01:40:47 -05:00
- This is basically a modified version of [Export Plugin](https://github.com/xournalpp/xournalpp/tree/master/plugins/Export).