Compare commits

...

5 commits
v1.0 ... main

Author SHA1 Message Date
932429f0a8 Updated LICENSE 2023-04-10 20:13:17 -05:00
ec2248b34b Updated README.md 2022-10-17 18:51:45 -05:00
539f431ff3 Fixed typo 2022-07-18 01:40:20 -05:00
7662c60103 Updated README 2022-06-25 18:45:28 -05:00
SinTan1729
540cf52f07
Update README.md 2022-05-10 01:40:47 -05:00
2 changed files with 8 additions and 5 deletions

View file

@ -631,8 +631,9 @@ to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
X-UnruledExport: A plugin to directly export unruled PDF from Xournal++
using a shortcut.
Copyright (C) 2023 Sayantan Santra
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -652,7 +653,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
X-UnruledExport Copyright (C) 2023 Sayantan Santra
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.

View file

@ -4,10 +4,12 @@ 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>U</kbd>.
# Notes
- 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.
- [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).