mirror of
https://github.com/SinTan1729/X-UnruledExport.git
synced 2025-04-19 09:20:02 -05:00
Compare commits
5 commits
Author | SHA1 | Date | |
---|---|---|---|
932429f0a8 | |||
ec2248b34b | |||
539f431ff3 | |||
7662c60103 | |||
|
540cf52f07 |
2 changed files with 8 additions and 5 deletions
7
LICENSE
7
LICENSE
|
@ -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.
|
||||
|
|
|
@ -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).
|
Loading…
Reference in a new issue