Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.18 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.18 KB

Supernote Inkscape Template

An Inkscape SVG for creating new Supernote document templates. Features an SVG depiction of the Supernote. Works well with the Inkscape Export Layers plugin. The page of the SVG corresponds to the screen size of the Supernote, so exporting an individual layer produces a PNG with the correct dimensions for the Supernote. If you use the plugin this means you can keep all your templates in one file with one layer per template. Then go to Extensions>Export>Export layers... and all your templates will be exported at once.

Note that the PNGs exported by Inkscape includes transparency which is not needed. Removing it will reduce the file size. You can use ImageMagick to do so with the following command:

convert input_image_name.png \
	-background white \
	-alpha remove \
	-alpha off \
	output_image_name.png

The template itself will not show the Supernote device outside of Inkscape due to how the page is setup, but there is also supernote.svg which is an SVG of the device itself.

License: CC BY-SA 4.0.