722706,722708c - Customizable toolbar with multiple configurations, e.g. to optimize toolbar for portrait/landscape - Page template definitions . 722701,722704c - LaTeX support (requires a working LaTeX installation) with customizable template - Sidebar containing page previews with advanced page sorting, PDF bookmarks and layers (can be individually hidden/edited) . 722698c - Text tool for adding text in different fonts, colors, and sizes . 722689,722692c - 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) . 722685,722687c - 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 . 722683c Xournal++ features: . 722675,722681c Description-md5: 7517edd468a9452b6753089a19eaac71 Description-en: Xournal++ - Open source hand note-taking program Xournal++ 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 at sourceforge. It supports Linux (e.g. Ubuntu, Debian, Arch, SUSE), macOS and Windows 10. Supports pen input from devices such as Wacom Tablets. . 597512a Package: ruby-circuitbox Description-md5: 7e9116d72e5ceee1704f5411b7c495af Description-en: Robust circuit breaker that manages failing external services It protects your application from failures of its service dependencies. It wraps calls to external services and monitors for failures in one minute intervals. Using a circuit's defaults once more than 5 requests have been made with a 50% failure rate, Circuitbox stops sending requests to that failing service for 90 seconds. This helps your application gracefully degrade. . 354425a Package: libobject-result-perl Description-md5: 1b9bfd412943ee11b5980cd0590e48ec Description-en: module allowing subs to build and return objects on-the-fly Object::Result adds a new keyword to Perl: result . That keyword acts like a return, but instead of a list of values to return, it takes a single block which specifies the behaviour (i.e. the methods and operator overloading) of an object to be returned. . The intention is to make it much less onerous to return clean, properly encapsulated objects...instead of returning lists of values or references to arrays or hashes. . 332135a Package: libhtml-query-perl Description-md5: a8f92199f8474eeed4e4861a2c9aae7b Description-en: HTML::Tree add-on to allow jQuery-like queries on HTML::Element trees The HTML::Query module is an add-on for the HTML::Tree module set. It provides a simple way to select one or more elements from a tree using a query syntax inspired by jQuery. This selector syntax will be reassuringly familiar to anyone who has ever written a CSS selector. . HTML::Query is not an attempt to provide a complete (or even near-complete) implementation of jQuery in Perl (see Ingy's pQuery module for a more ambitious attempt at that). Rather, it borrows some of the tried and tested selector syntax from jQuery (and CSS) that can easily be mapped onto the look_down() method provided by the HTML::Element module. . 325019,325026d 313389a Package: libcss-inliner-perl Description-md5: 4382115d2004aabc029d6729a02e4b7d Description-en: module for converting HTML CSS