A simple, minimalistic tool to export a set of OneNote notebooks to a folder structure with HTML files. I wrote this because I couldn't find any existing tool that would do this (and didn't require Windows, Office, or whatever).
For more documentation, see the Exporting notes from Evernote and OneNote blog post.
-
Clone this repo:
git clone git@github.com:Sjlver/onenote-export.git
-
Install dependencies:
bundle install
-
Get an API token.
The easiest way I know to do this is to go to the Apigee console. There, click on
Authentication
>OAuth 2 Implicit Grant
. This will prompt you to log in to your Microsoft account.Once you logged in, select some GET request from the menu (e.g.,
https://www.onenote.com/api/v1.0/notebooks
). Click onSend
to perform the request.At the left side of the screen, you can see the request that has been performed. Copy the value of the authorization header (the part that says
Bearer xyz...
) and save it in the environment variableAUTH_TOKEN
. -
Start the export:
bundle exec ./onenote_export.rb