maxio icon indicating copy to clipboard operation
maxio copied to clipboard

Companion daemon for the reMarkable™ paper tablet

Results 21 maxio issues
Sort by recently updated
recently updated
newest added

using the mechanical pencil in a notebook on the remarkable tool results in the error message 'Unknown pen: 13' during an export attempt. While the export still works all lines...

This sets the line joins to `round` so the strokes can appear smoother and avoids jagged lines. See the example below: Before: ![before](https://user-images.githubusercontent.com/16529252/166876386-258d040b-e7e3-4c4e-9172-154439b008e0.svg) After: ![after](https://user-images.githubusercontent.com/16529252/166876412-fcfd01a6-0afb-4eae-aeeb-11e853e5b680.svg)

I have most of my notebooks inside folders on the remarkable. The tool does not find a notebook, if it is inside a folder. If not inside a folder the...

Any plans on making a SVG2rM conversion script? Now that rM has copy/paste, we can finally have drawing primitives, vector graphics, etc. in a notebook to copy/paste from. Or does...

We could reduce the dependencies of the package by moving to PyPDF2 (https://github.com/mstamy2/PyPDF2). In this way we could have a fully pythonic implementation of the tools that is easier to...

Im not sure how best to approach this, but the rm2svg script here is quite outdated. I just finished fixing the version I use to work with the current file...

This minimal change to rM2svg allows to handle all the pens in the new version of the OS. Tested with version 2.1.1.3

Added Readme to explain how to use this package on MacOS. Updated exportNotebook to support MacOS. I can't test on Linux to ensure the changes are nondestructive.

Signed-off-by: 林博仁(Buo-ren, Lin)

Seems like the `.lines` headers have been updated to version 5, and they have introduced more details regarding the stroke information, which begs an update `rM2svg`. for now, I figured...