Update README.md

This commit is contained in:
SinTan1729 2022-05-10 01:40:47 -05:00 committed by GitHub
parent e8c77c3f8c
commit 540cf52f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@ 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+E.
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>E</kbd>.
# Notes
- [Xournal++](https://github.com/xournalpp/xournalpp/) is an excellent app for hand note-taking.
- This is basically a modified version of [Export Plugin](https://github.com/xournalpp/xournalpp/tree/master/plugins/Export).
- This is basically a modified version of [Export Plugin](https://github.com/xournalpp/xournalpp/tree/master/plugins/Export).