Skip to content

bsvh/supernote-inkscape-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An Inkscape template for making supernote note templates.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published