- Notifications
You must be signed in to change notification settings - Fork873
Xournal++ is a handwriting notetaking software with PDF annotation support. Written in C++ with GTK3, supporting Linux (e.g. Ubuntu, Debian, Arch, SUSE), macOS and Windows 10. Supports pen input from devices such as Wacom Tablets.
License
xournalpp/xournalpp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Would you like to see Xournal++ in your own language? Translators are welcome to contribute to Xournal++.
You can contribute translations to the following locations:
- Crowdin
- Submit a pull request on GitHub to change:
Interested in translating a new language? Discuss onGitter or create anew issue to unlock the language on Crowdin.
Thanks in advance!
Xournal++ (/ˌzɚnl̟ˌplʌsˈplʌs/) is a hand note-taking software written in C++ with the target of flexibility, functionality and speed.Stroke recognizer and other parts are based on Xournal Code, which you can find atSourceForge.
Xournal++ features:
- Supports pressure-sensitive styluses and digital pen tables (e.g. Wacom, Huion, XP Pen, etc. tablets)
- Paper backgrounds for note-taking, scratch paper, or whiteboarding
- Annotate on top of PDFs
- Select text from the background PDF, copy, highlight or underline it or strike it through
- Follow links from the background PDF
- Export to a variety of formats including SVG, PNG and PDF, both from the GUI and command line
- Different drawing tools (e.g. pen, highlighter) and stroke styles (e.g. solid, dotted)
- Shape drawing (line, arrow, circle, rectangle, spline)
- Use the set-square and compass tools for measurements or as a guide for drawing straight lines, circular arcs and radii
- Fill shape functionality
- Shape resizing and rotation
- Rotation and grid snapping for precise alignment of objects
- Input stabilization for smoother writing/drawing
- Text tool for adding text in different fonts, colors, and sizes
- Enhanced support for image insertion
- Eraser with multiple configurations
- LaTeX support (requires a working LaTeX installation) with customizable template and a resizable editor with syntax highlighting
- Sidebar containing page previews with advanced page sorting, PDF bookmarks and layers (can be individually hidden/edited)
- Allows mapping different tools/colors etc. to stylus/mouse buttons
- Customizable toolbar with multiple configurations, e.g. to optimize toolbar for portrait/landscape
- Custom color palette support using the .gpl format
- Page template definitions
- Bug reporting, auto-save, and auto backup tools
- Audio recording and playback alongside with handwritten notes
- Multi language support (over 20 languages supported)
- Plugins using Lua scripting
From mid 2020 to May 2021, a Flutter-written mobile app forAndroid,Chrome OS andiOS (unreleased) and thewebhas been developed, which supports the file format and most of the basic features of Xournal++.Unfortunately development has stalled and we have lost contact to the (single) developer. The web app is no longer available.You can still check out theseparate repository on GitLab orGet it on Google Play
![]() | ![]() |
![]() | |
![]() | |
![]() |
For general usage, consult theUserManual. Answers tosome common questions can be found in theFAQ.
Sometimes a feature is added that might not be rock solid, or the developers aren't sure if it is useful.Try these out and give us some feedback.
Here are a few under development that you can play with now:
Assign a mouse button or stylus button to bring up a toolbox of toolbars right under the cursor. You can also modify what is in the toolbox through the usual View → Toolbars → Customize althoughit won't appear unless you've assigned a button in preferences: mouse or stylus (or selected a toolbar configuration that uses it).
Keep your eyes out for other experimental features in preferences as seen here:
DrawingTools: When drawing a box, circle etc, simulate ctrl or shift modifiers by the initial direction you move the mouse.
Action on Tool Tap: Allow a brief tap on the screen to bring up the floating toolbox and/or select an object. May work with pen and highlighter only.
The official releases of Xournal++ can be found on theReleases page. We providebinaries for Debian (Buster), Ubuntu (16.04), MacOS (10.15 and newer), andWindows. For other GNU/Linux distributions (or older/newer ones), we also provide anAppImage that is binary compatible with any distribution released around orafter Ubuntu 16.04. For installing Xournal++ Mobile on handheld devices, please check outXournal++ Mobile's instructions
A note for Ubuntu/Debian users: The official binaries that we provide areonly compatible with thespecific version of Debian or Ubuntu indicated by thefile name. For example, if you are on Ubuntu 20.04, the binary whose namecontainsUbuntu-bionic
isonly compatible with Ubuntu 18.04. If your systemis not one of the specific Debian or Ubuntu versions that are supported by theofficial binaries, we recommend you use either the PPA (Ubuntu only), the Flatpak, or theAppImage.
There is also anunstable,automated nightlyrelease thatincludes the very latest features and bug fixes.
With the help of the community, Xournal++ is also available on official repositoriesof some popular GNU/Linux distros and platforms.
On Debian bookworm and Debian sid thexournalpp
package (stable version) is contained in the official repositories. Simply install via
sudo apt install xournalpp
There are also the officialStable releases andunstableautomated nightly releases.
On distros based on Ubuntu 22.04 Jammy Jellyfish (and later) thexournalpp
package (stable version) is contained in the official repositories.Simply install via
sudo apt install xournalpp
The latest stable version is available via the followingunofficial PPA:
sudo add-apt-repository ppa:apandada1/xournalpp-stablesudo apt updatesudo apt install xournalpp
Anunstable, nightly release is available for Ubuntu-based distributions via the following PPA:
sudo add-apt-repository ppa:andreasbutti/xournalpp-mastersudo apt updatesudo apt install xournalpp
This PPA is provided by the Xournal++ team. While it has the latest features andbug fixes, it has also not been tested thoroughly and may break periodically (wetry our best not to break things, though).
Thereleased version ofxournalpp is available in themain repositoryviaSoftware application or the following command:
sudo dnf install xournalpp
or
pkcon install xournalpp
The bleeding edge packages synced to xournalpp git master on a daily basis are available fromCOPR luya/xournalpp.
On openSUSE Tumbleweed, the released version of Xournal++ is available from themain repository:
sudo zypperin xournalpp
For openSUSE Leap 15.0 and earlier, use the install link fromX11:Utilities.
For all versions of openSUSE, bleeding edge packages synced to xournalpp gitmaster on a weekly basis are available fromhome:badshah400:Staging.
The latest stable release is availablein the [extra]repository.
To build the latest state of the master branch yourself, usethis AURpackage.
The latest stable release is available in the main repository:
sudo eopkg it xournalpp
The Xournal++ team officially supports aFlatHubrelease, whichcan be installed with
flatpak install flathub com.github.xournalpp.xournalpp
Note that for Xournal++ to work properly, you must have at least one GTK themeand one icon theme installed on Flatpak. To enable LaTeX support, you will alsoneed to install the TeX Live extension:
flatpak install flathub org.freedesktop.Sdk.Extension.texlive
The Flatpak manifest can be found at theXournal++ Flatpak packagingrepository, and allFlatpak-related packaging issues should be reported there.
Android is supported by Xournal++ Mobile. It can be downloaded either on theTags page orfrom Google Play.
Unfortunately, the iOS app is not published yet in the Apple App Store. Seehere to learn, why. Anyway, in theBuilding section you can learn how to build an early preview.
Official Windows releases are provided on theReleasespage.
Mac OS X releases are provided on theReleasespage.
Notes:
- There have been compatibility problems with Mac OS X Catalina regarding bothfile permissions and stylus support(#1772 and#1757). Unfortunately,we don't have the resources to adequately support Catalina at this time. Helpwould be appreciated!
- Xournal++ will be delivered with a patched GTK. Else, pressure sensitivity will not work on Mac#569.
The file extension.xopp
is a gzipped XML file. PDFs are not embedded into the file, so if the PDF is deleted, the background is lost..xopp
is basically the same file format as.xoj
, which is used by Xournal. Therefore, Xournal++ is able to read.xoj
files, and can also export to.xoj
. As soon as notes are exported to a.xoj
file, all Xournal++ specific extensions like additional background types, are lost.
.xopp
files can theoretically be read by Xournal, as long as you do not use any new features. Xournal does not open files that contain new attributes or unknown values, so Xournal++ will add the extension.xopp
to all saved files to indicate the potential presence of Xournal++-only features.
All new files will be saved as.xopp
. If an.xoj
file that was created by Xournal is opened, the Save-As dialog will be displayed on save. If the.xoj
file was created by Xournal++, the file will be overwritten on save and the file extension will not change.
We are currently introducing a new file format that can efficiently store attached PDF files and other attachments internally. We will still allow for attachments that are linked to external files. Please refer to#937 for further details.
We support building on three operating systems:
About
Xournal++ is a handwriting notetaking software with PDF annotation support. Written in C++ with GTK3, supporting Linux (e.g. Ubuntu, Debian, Arch, SUSE), macOS and Windows 10. Supports pen input from devices such as Wacom Tablets.