Skip to content

A short and simple Python script that converts a Notability note strokes into an SVG wrapped HTML file.

License

Notifications You must be signed in to change notification settings

HuyNguyenAu/notability-to-svg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notability Notes To SVG

A simple to tool to convert your Notability note strokes into an SVG wrapped in HTML file.

Requirements

  • Python 3

Usage

$ python main.py example.note

The script will output an HTML file.

Why

I often find my self viewing my notes on my iPad, but sometimes I'd rather view it on my desktop. But there was no simple way to view it outside of my iPad.

Why don't you export it as a PDF or use Mac OS?

I don't have a Mac.
You could try to export it to an PDF file, but then you need to either sync it to your cloud storage or send it to yourself via email.
In my case, I had notability synced up to my Nextcloud instance via WebDAV.
This means I had direct access to my notes in Nextcloud which allows me to easily convert my notes on Windows.

Where is this useful?

  • View your notes outside of Mac OS or iOS.
  • Host your notes online so non-notability users can view it.
  • Archiving your notes in an open format so that you can convert it into another format in the future.

Sources

About

A short and simple Python script that converts a Notability note strokes into an SVG wrapped HTML file.

Resources

License

Stars

Watchers

Forks